ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Math Class / tanh Method

In This Topic
    tanh Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function tanh( _
       ByVal v As Nullable(Of Double) _
    ) As Double
    public static double tanh( 
       Nullable<double> v
    )

    Parameters

    v
    See Also