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

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

    Parameters

    v
    See Also