XMConvertHalfToFloat

Converts a half-precision floating-point value to a single-precision floating-point value.

Syntax

float XMConvertHalfToFloat(
         HALF Value
)  

Parameters

Value
Type: HALF 

HALF value to convert.

Return value

Type: float 

Returns the single-precision floating-point value closest to Value.

Requirements

Header: Declared in directxpackedvector.h.