ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / DotRef Method
First source vector
Second source vector.

In This Topic
    DotRef Method (Vector4)
    In This Topic
    Calculates the dot product of two vectors.
    Syntax
    'Declaration
     
    Public Shared Function DotRef( _
       ByRef left As Vector4, _
       ByRef right As Vector4 _
    ) As Single
    public static float DotRef( 
       ref Vector4 left,
       ref Vector4 right
    )

    Parameters

    left
    First source vector
    right
    Second source vector.
    See Also