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


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