union DML_SCALAR_UNION (directml.h)
Union de types scalaires.
Syntaxe
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;
};
Membres
Bytes[8]
Tableau de 8 octets.
Int8
Entier signé 8 bits.
UInt8
Entier non signé 8 bits.
Int16
Entier signé 16 bits.
UInt16
Entier non signé 16 bits.
Int32
Entier signé 32 bits.
UInt32
Entier non signé 32 bits.
Int64
Entier signé 64 bits.
UInt64
Entier 64 bits non signé.
Float32
Nombre à virgule flottante de précision unique.
Float64
Nombre à virgule flottante double précision.
Spécifications
Client minimal pris en charge | Windows 10 Build 20348 |
Serveur minimal pris en charge | Windows 10 Build 20348 |
En-tête | directml.h |