XMHALF2::XMHALF2(XMHALF2&&) function (directxpackedvector.h)

A constructor for XMHALF2.

A constructor for XMHALF2.

Note  This constructor is only available under C++.

Syntax

void XMHALF2(
  XMHALF2 && unnamedParam1
);

Parameters

unnamedParam1

A value.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMHALF2

XMHALF2 Constructors