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


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