Condividi tramite


unione DML_SCALAR_UNION (directml.h)

Unione di tipi scalari.

Sintassi

union DML_SCALAR_UNION {
  BYTE   Bytes[8];
  INT8   Int8;
  UINT8  UInt8;
  INT16  Int16;
  UINT16 UInt16;
  INT32  Int32;
  UINT32 UInt32;
  INT64  Int64;
  UINT64 UInt64;
  FLOAT  Float32;
  DOUBLE Float64;
};

Members

Bytes[8]

Matrice a 8 byte.

Int8

Numero intero con segno a 8 bit.

UInt8

Intero senza segno a 8 bit.

Int16

Intero con segno a 16 bit.

UInt16

Numero intero non firmato a 16 bit.

Int32

Intero con segno a 32 bit.

UInt32

Intero senza segno a 32 bit.

Int64

Intero con segno a 64 bit.

UInt64

Intero senza segno a 64 bit.

Float32

Numero a virgola mobile e precisione singola.

Float64

Numero a virgola mobile e precisione doppia.

Requisiti

   
Client minimo supportato Windows 10 Build 20348
Server minimo supportato Windows 10 Build 20348
Intestazione directml.h