Returns the logarithm to the specified base of a number.
[Visual Basic] Overloads Public Shared Function Log( _ ByVal a As Double, _ ByVal newBase As Double _ ) As Double [C#] public static double Log( double a, double newBase ); [C++] public: static double Log( double a, double newBase ); [JScript] public static function Log( a : double, newBase : double ) : double;
Returns the base newBase logarithm of a: log
Math Class | Math Members | System Namespace | Math.Log Overload List