Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DStDevFunctionInfo Class
Members


In This Topic
    DStDevFunctionInfo Class
    In This Topic
    Estimates the standard deviation of a population based on a sample, using the values in a column in a list that match the specified conditions.
    Syntax
    'Declaration
     
    
    Public Class DStDevFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As DStDevFunctionInfo
    public class DStDevFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.DStDevFunctionInfo

    See Also