C# 4.0 Crash Course: Optional and Named Parameter

Tweet Parameters with default value. Hence, explicit values not specified in the calling place, default value has been taken. p is the optional parameter here. By default Power does calculate square of v, if p value provided explicitly, does calculate v to the power of p. Actually, two parameter target attributes help to make this [...]