Returns the natural (base e) logarithm of a specified number.
(This uses the standard .NET Math.Log method.)
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public Shared Function Ln ( d As Double ) As Double
C#
public static double Ln( double d )
Parameters
- d
- Type: System.Double