XMBYTEN2::XMBYTEN2(constint8_t*) function (directxpackedvector.h)

Initializes a new instance of XMBYTEN2 from a two-element int8_t array argument.

This constructor initializes a new instance of XMBYTEN2 from a two-element int8_t array argument.

Note  This constructor is only available with C++.

Syntax

void XMBYTEN2(
  const int8_t *pArray
) noexcept;

Parameters

pArray

Two-element int8_t array containing the values used to initialize the two components of a new instance of XMBYTEN2.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMBYTEN2

XMBYTEN2 Constructors