XMDEC4 operator = operators

Assigns vector component data to the current instance of XMDEC4.

Assigns vector component data to the current instance of XMDEC4.

Overload list

Operator Description
XMDEC4::operator = (const XMDEC4&) Assigns the vector component data from one instance of XMDEC4 to the current instance of XMDEC4.
This operator assigns the vector component data from one instance of XMDEC4 to the current instance of XMDEC4.

Note:
This operator is only available under C++.


XMDEC4::operator = (const uint32_t) Assigns the vector component data packed in an instance of uint32_t to the current instance of XMDEC4.
This operator assigns the vector component data packed in an instance of uint32_t to the current instance of XMDEC4.

Note:
This operator is only available under C++.


See also

XMDEC4 Operators

Reference

XMDEC4