ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector4 Structure / Subtract Method
The first vector to subtract.
The second vector to subtract.

In This Topic
    Subtract Method (Vector4)
    In This Topic
    Subtracts two vectors.
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal left As Vector4, _
       ByVal right As Vector4 _
    ) As Vector4
    public static Vector4 Subtract( 
       Vector4 left,
       Vector4 right
    )

    Parameters

    left
    The first vector to subtract.
    right
    The second vector to subtract.

    Return Value

    The difference of the two vectors.
    See Also