D3DXFloat16To32Array
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXFloat16To32Array Function


Converts an array of 16-bit floats to 32-bit floats.

Syntax

FLOAT *WINAPI D3DXFloat16To32Array(      

    FLOAT *pOut,     const D3DXFLOAT16 *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

Headerd3dx9math.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.