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

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

public:
static Vector2 Min(
	Vector2 value1, 
	Vector2 value2
)

Parameters

value1
Type: System.Numerics::Vector2

The first vector.

value2
Type: System.Numerics::Vector2

The second vector.

Return Value

Type: System.Numerics::Vector2
The minimized vector.
Show:
© 2017 Microsoft