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


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