Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Vector3 Structure / Max Method
The first source vector.
The second source vector.

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

    Parameters

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

    Return Value

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