XMUSHORT2::XMUSHORT2(constuint16_t*) function (directxpackedvector.h)

Initializes a new instance of XMUSHORT2 from an array of uint16_t arguments.

This constructor initializes a new instance of XMUSHORT2 from an array of uint16_t arguments.

Note  This constructor is only available under C++.

Syntax

void XMUSHORT2(
  const uint16_t *pArray
) noexcept;

Parameters

pArray

An array containing the x and y values of the new XMUSHORT2.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMUSHORT2

XMUSHORT2 Constructors