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


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