HALF 数据类型

uint16_t别名,其中包含由符号位、5 位偏置指数和 10 位尾数组成的 16 位浮点数。

typedef uint16_t HALF;

备注

HALF 数据类型等效于 IEEE 754 binary16 格式。

HALF_MIN = 6.10352e-5f

HALF_MAX = 65504.f

有关 HALF 数据类型的详细信息,请参阅 半精度浮点格式

命名空间:使用 DirectX::P ackedVector

平台要求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 以及 Windows SDK for Windows 8。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

要求
标头
DirectXPackedVector.h

另请参阅

DirectXMath 库类型