XMSHORT4::operator= function (directxpackedvector.h)

Assigns the vector component data from one instance of XMSHORT4 to the current instance of XMSHORT4.

This operator assigns the vector component data from one instance of XMSHORT4 to the current instance of XMSHORT4.

Note  This operator is only available under C++.

Syntax

XMSHORT4 & operator=(
  const XMSHORT4 & unnamedParam1
);

Parameters

unnamedParam1

Instance of XMSHORT4 used to update the current XMSHORT4 structure.

Return value

The current instance of XMSHORT4 whose vector component data has been updated to match those of the XMSHORT4 instance specified by the Short4 argument.

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMSHORT4

XMSHORT4 Operators