ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector4 Structure / Min Method
The first source vector.
The second source vector.

In This Topic
    Min Method (Vector4)
    In This Topic
    Returns a vector containing the smallest components of the specified vectors.
    Syntax
    'Declaration
     
    Public Shared Function Min( _
       ByVal left As Vector4, _
       ByVal right As Vector4 _
    ) As Vector4
    public static Vector4 Min( 
       Vector4 left,
       Vector4 right
    )

    Parameters

    left
    The first source vector.
    right
    The second source vector.

    Return Value

    A vector containing the smallest components of the source vectors.
    See Also