Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / LinEstFunction Field


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