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


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