XMBYTEN4::operator= function (directxpackedvector.h)

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

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

Note  This constructor is only available under C++.

Syntax

XMBYTEN4 & operator=(
  const XMBYTEN4 & unnamedParam1
);

Parameters

unnamedParam1

Instance of XMBYTEN4 used to update the current XMBYTEN4 structure.

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header directxpackedvector.h

See also

XMBYTEN4

XMBYTEN4 Operators