C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / Max Method / Max(Vector3,Vector3) Method
The first source vector.
The second source vector.

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

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