ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / Vector Class / angle Method

In This Topic
    angle Method (Vector)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function angle( _
       ByVal a As Vector, _
       ByVal b As Vector _
    ) As Double
    public static double angle( 
       Vector a,
       Vector b
    )

    Parameters

    a
    b
    See Also