Vector2::Max Method
Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value1
- Type: System.Numerics::Vector2
The first vector.
- value2
- Type: System.Numerics::Vector2
The second vector.
Show: