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: 23.0
Syntax Public Shared Function Ln (
d As Double
) As Double
public static double Ln(
double d
)
Parameters
- d
- Type: SystemDouble
Return Value
Type:
DoubleSee Also