XMUSHORT2.operator = method
Assigns the vector component data from one instance of XMUSHORT2
to the current instance of XMUSHORT2
.
This operator assigns the vector component data from one instance of XMUSHORT2 to the current instance of XMUSHORT2
.
Note This operator is only available for C++ based development.
XMUSHORT2& operator = (
[ref] const XMUSHORT2 &UShort2
);
- UShort2 [ref]
Instance ofXMUSHORT2
used to update the currentXMUSHORT2
structure.
The current instance of XMUSHORT2
whose vector component data has been updated to match those of the XMUSHORT2
instance specified by the UShort2 argument.
Namespace |
Use DirectX. |
Header |
DirectXMath.h |
Reference