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.

Bit-Wise Vector Functions

Lists the bit-wise vector functions.

In this section

TopicDescription

XMVectorAndCInt

Computes the logical AND of one vector with the negation of a second vector, treating each component as an unsigned integer.

XMVectorAndInt

Computes the logical AND of two vectors, treating each component as an unsigned integer.

XMVectorNorInt

Computes the logical NOR of two vectors, treating each component as an unsigned integer.

XMVectorNotEqual

Performs a per-component test for the inequality of two vectors.

XMVectorNotEqualInt

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

XMVectorOrInt

Computes the logical OR of two vectors, treating each component as an unsigned integer.

XMVectorXorInt

Computes the logical XOR of two vectors, treating each component as an unsigned integer.

 

Related topics

DirectXMath Library Vector Functions

 

 

Show:
© 2017 Microsoft