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

In This Topic
    atan2 Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function atan2( _
       ByVal y As Nullable(Of Double), _
       ByVal x As Nullable(Of Double) _
    ) As Double
    public static double atan2( 
       Nullable<double> y,
       Nullable<double> x
    )

    Parameters

    y
    x
    See Also