?/TD>
Microsoft DirectX 9.0

D3DXFloat16To32Array Function


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

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


© 2002 Microsoft Corporation. All rights reserved.