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


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