Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 1.55 KB

ns-directml-dml_scalar_union.md

File metadata and controls

97 lines (70 loc) · 1.55 KB
UID title description helpviewer_keywords tech.root ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:directml.DML_SCALAR_UNION
DML_SCALAR_UNION
A union of scalar types.
DML_SCALAR_UNION
DML_SCALAR_UNION structure
direct3d12.dml_scalar_union
directml/DML_SCALAR_UNION
directml
10/30/2020
DML_SCALAR_UNION, DML_SCALAR_UNION structure, direct3d12.dml_scalar_union, directml/DML_SCALAR_UNION
directml.h
Windows
Windows 10 Build 20348
Windows 10 Build 20348
Windows
DML_SCALAR_UNION
directml/DML_SCALAR_UNION
c++
APIRef
kbSyntax
HeaderDef
DirectML.h
DML_SCALAR_UNION

-description

A union of scalar types.

-struct-fields

-field Bytes

An 8-byte array.

-field Int8

An 8-bit signed integer.

-field UInt8

An 8-bit unsigned integer.

-field Int16

A 16-bit signed integer.

-field UInt16

A 16-bit unsigned integer.

-field Int32

A 32-bit signed integer.

-field UInt32

A 32-bit unsigned integer.

-field Int64

A 64-bit signed integer.

-field UInt64

A 64-bit unsigned integer.

-field Float32

A single precision floating-point number.

-field Float64

A double precision floating-point number.

-remarks

-see-also