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


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