NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Math.Log

[To be supplied.]

Overload List

Returns the natural (base e) logarithm of a number.

[Visual Basic] Overloads Public Shared Function Log(Double) As Double
[C#] public static double Log(double);
[C++] public: static double Log(double);
[JScript] public static function Log(double) : double;

Returns the logarithm to the specified base of a number.

[Visual Basic] Overloads Public Shared Function Log(Double, Double) As Double
[C#] public static double Log(double, double);
[C++] public: static double Log(double, double);
[JScript] public static function Log(double, double) : double;

See Also

Math Class | Math Members | System Namespace