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


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