Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / TrimMeanFunctionInfo Class
Members


In This Topic
    TrimMeanFunctionInfo Class
    In This Topic
    Returns the mean of a subset of data excluding the topmost and bottommost data.
    Syntax
    'Declaration
     
    
    Public Class TrimMeanFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As TrimMeanFunctionInfo
    public class TrimMeanFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.TrimMeanFunctionInfo

    See Also