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