Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Vector Comparison Functions

Lists the vector comparison functions.

In this section

TopicDescription

XMVectorEqual

Performs a per-component test for equality of two vectors.

XMVectorEqualInt

Performs a per-component test for the equality of two vectors, treating each component as an unsigned integer.

XMVectorEqualIntR

Performs a per-component test for equality of two vectors, treating each component as an unsigned integer. In addition, this function sets a comparison value that can be examined using functions such as XMComparisonAllTrue.

XMVectorEqualR

Performs a per-component test for equality of two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue.

XMVectorGreater

Performs a per-component test for greater-than between two vectors.

XMVectorGreaterOrEqual

Performs a per-component test for greater-than-or-equal between two vectors.

XMVectorGreaterOrEqualR

Performs a per-component test for greater-than-or-equal between two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue.

XMVectorGreaterR

Performs a per-component test for greater-than between two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue.

XMVectorLess

Performs a per-component test for less-than between two vectors.

XMVectorLessOrEqual

Performs a per-component test for less-than-or-equal between two vectors.

XMVectorNearEqual

Performs a per-component test for equality of two vectors within a given threshold.

 

Related topics

DirectXMath Library Vector Functions

 

 

Show:
© 2017 Microsoft