XMUSHORT2::operator=(XMUSHORT2&&) function (directxpackedvector.h)
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 under C++.
Syntax
XMUSHORT2 & operator=(
XMUSHORT2 && unnamedParam1
);
Parameters
unnamedParam1
Instance of XMUSHORT2 used to update the current XMUSHORT2 structure.
Return value
The current instance of XMUSHORT2 whose vector component data has been updated to match those of the XMUSHORT2 instance specified by the argument.
Requirements
Requirement | Value |
---|---|
Header | directxpackedvector.h |