Windows apps
Collapse the table of content
Expand the table of content

Vector3::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 Vector3 Max(
	Vector3 value1, 
	Vector3 value2
)

Parameters

value1
Type: System.Numerics::Vector3

The first vector.

value2
Type: System.Numerics::Vector3

The second vector.

Return Value

Type: System.Numerics::Vector3
The maximized vector.
Show:
© 2017 Microsoft