Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / LnFunction Field


In This Topic
    LnFunction Field
    In This Topic
    Specifies an instance of the LN function.
    Syntax
    'Declaration
     
    Public Shared ReadOnly LnFunction As FunctionInfo
    'Usage
     
    Dim value As FunctionInfo
     
    value = FunctionInfo.LnFunction
    public static readonly FunctionInfo LnFunction
    Remarks
    For more information on this function, refer to the LN function in the Spread for .NET Formula Reference.
    See Also