[]
Returns a vector containing the largest components of the specified vectors.
public static Vector4 Max(Vector4 left, Vector4 right)
Public Shared Function Max(left As Vector4, right As Vector4) As Vector4
| Type | Name | Description |
|---|---|---|
| Vector4 | left | The first source vector. |
| Vector4 | right | The second source vector. |
| Type | Description |
|---|---|
| Vector4 | A vector containing the largest components of the source vectors. |