Log10 Function


Log10 Function

Class

System.Math

Syntax

     Dim result As Double = Math.Log10(d) 


d (required; Double)

A numeric expression greater than zero

Description

The Log10 function returns the common (base 10) logarithm of a given number.

Usage at a Glance

  • The common logarithm satisfies the equation:

         10^Log10(x) = x 

  • This is a shared member of the System.Math class, so it can be used without an instance.

Version Differences

The Log10 function did not exist in VB 6.

See Also

Exp Function, Log Function




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net