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


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