Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / LogNormDistFunction Field


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