Vector4::Min Method
Returns a vector whose elements are the minimum 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::Vector4
The first vector.
- value2
- Type: System.Numerics::Vector4
The second vector.
Show: