Math.Log Method
.NET Framework 3.0
Returns the logarithm of a specified number.
| Name | Description |
|---|---|
| Math.Log (Double) | Returns the natural (base e) logarithm of a specified number. Supported by the .NET Compact Framework. |
| Math.Log (Double, Double) | Returns the logarithm of a specified number in a specified base. |