?/TD> |
Microsoft DirectX 9.0 |
Converts an array of 16-bit floats to 32-bit floats.
Syntax
D3DXFLOAT *WINAPI D3DXFloat16To32Array(
D3DXFLOAT* pOut, CONST FLOAT16* pIn, UINT n );
Parameters
- pOut
- [in, out] Pointer to the array of 32-bit floats.
- pIn
- [in] Pointer to an array of 16-bit floats.
- n
- [in] Number of elements in the array.
Return Value
Pointer to an array of 32-bit floats.
Function Information
Header d3dx9math.h Import library d3dx9.lib Minimum operating systems Windows 98