Vector4::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)

public:
static Vector4 Max(
	Vector4 value1, 
	Vector4 value2
)

Parameters

value1
Type: System.Numerics::Vector4

The first vector.

value2
Type: System.Numerics::Vector4

The second vector.

Return Value

Type: System.Numerics::Vector4
The maximized vector.
Show: