Click or drag to resize

LmiMathLn Method

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

Parameters

d
Type: SystemDouble

Return Value

Type: Double
See Also