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

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

    Parameters

    v
    See Also