+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Pow function (Vb.net)


Math.Pow (Vb.net)
Math.Pow() function calculates the power of the specified number.It take two parameters; first is the base value and the second is the power value of that base.
Input parameter data type
Math.Pow() function accepts double as input parameter data type
Example
MsgBox(Math.Pow(2, 8))
Return Value
The message box will display 256.

0 comments: