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

In This Topic
    dot Method (Vector2d)
    In This Topic
    Syntax
    'Declaration
     
    Public Function dot( _
       ByVal v As Vector2d _
    ) As Double
    public double dot( 
       Vector2d v
    )

    Parameters

    v
    See Also