+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Sqrt function (Vb.net)


Math.Sqrt (Vb.net)
Math.Sqrt() function calculates the square root of the specified number.
Input parameters data types
Math.Sqrt() function accepts double as input parameter data type.
Example
MsgBox(Math.Sqrt(55))
Return Value
The message box will display 7.41619848709566.

0 comments: