Compartilhar via


Função XMUSHORT2::XMUSHORT2(constuint16_t*) (directxpackedvector.h)

Inicializa uma nova instância de XMUSHORT2 de uma matriz de uint16_t argumentos.

Esse construtor inicializa uma nova instância de XMUSHORT2 de uma matriz de uint16_t argumentos.

Nota Esse construtor só está disponível em C++.

Sintaxe

void XMUSHORT2(
  const uint16_t *pArray
) noexcept;

Parâmetros

pArray

Uma matriz que contém os valores x e y do novo XMUSHORT2.

Retornar valor

Nenhum

Requisitos

Requisito Valor
Plataforma de Destino Windows
Cabeçalho directxpackedvector.h

Confira também

XMUSHORT2

Construtores XMUSHORT2