[]
Returns a vector containing the largest components of the specified vectors.
public static void MaxRef(out Vector4 result, ref Vector4 left, ref Vector4 right)
Public Shared Sub MaxRef(ByRef result As Vector4, ByRef left As Vector4, ByRef right As Vector4)
| Type | Name | Description |
|---|---|---|
| Vector4 | result | When the method completes, contains an new vector composed of the largest components of the source vectors. |
| Vector4 | left | The first source vector. |
| Vector4 | right | The second source vector. |