?/TD>
Microsoft DirectX 9.0

D3DXFloat32To16Array Function


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

Syntax

D3DXFLOAT16 *WINAPI D3DXFloat32To16Array(      

    D3DXFLOAT16* pOut,     CONST FLOAT* pIn,     UINT n );

Parameters

pOut
[in, out] Pointer to the array of 16-bit floats.
pIn
[in] Pointer to an array of 32-bit floats.
n
[in] The number of elements in the array.

Return Value

Pointer to an array of 16-bit floats.



Function Information

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


© 2002 Microsoft Corporation. All rights reserved.