Navigation bar
  Start Previous page
 143 of 286 
Next page End  

129
Log10
Type
Function returning Single
Invocation
Log10(arg)
Parameter
Method
Type
Description
arg
ByVal
Single
The value of which the common log is to be computed.
Discussion
This function returns the Single value corresponding to the common logarithm (base 10) of the value
If the value of the argument provided is zero, the result is positive infinity.  If the argument value is
negative, the result is NaN.
See Also
Previous page Top Next page