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


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