+92 332 4229 857 99ProjectIdeas@Gmail.com

Math Log10 function (Vb.net)


Math.Log10 (Vb.net)
Math.Log10() returns the base 10 logarithm of the specified number.
Input parameter data type
Math.Log10() function accepts double as input parameter data type.
Example
MsgBox(Math.Log10(10.0))
Return Value
The message box will display 1.

0 comments: