Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Lists the bit-wise vector functions.
In this section
| Topic | Description |
|---|---|
| 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