XMFLOAT3X4::operator= function (directxmath.h)

Copy assignment operator for XMFLOAT3X4. Copies the argument's vector component data into the current instance of XMFLOAT3X4.

Syntax

XMFLOAT3X4 & operator=(
  const XMFLOAT3X4 & unnamedParam1
);

Parameters

unnamedParam1

Type: const XMFLOAT3X4 &

An lvalue reference to a constant XMFLOAT3X4 value whose vector component data the operator should copy into the current instance of XMFLOAT3X4.

Return value

Type: XMFLOAT3X4 &

An lvalue reference to the current instance of XMFLOAT3X4, after copying arg1 into it.

Requirements

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

See also

XMFLOAT3X4 structure