Share

LmiMath.Ln 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: 29.0

Syntax

VB

Public Shared Function Ln ( 
	d As Double
) As Double

C#

public static double Ln(
	double d
)

Parameters

d
Type: System.Double

Return Value

Type: Double

See Also

Reference

Was this information helpful?