Edit

D3DX_FLOAT_to_UINT function

Converts a FLOAT value to UINT.

Syntax

UINT D3DX_FLOAT_to_UINT(
   FLOAT _V,
   FLOAT _Scale
);

Parameters

_V

The v vector.

_Scale

The scale value.

Return value

The converted FLOAT value

Requirements

Requirement Value
Header
D3DX_DXGIFormatConvert.inl

See also

Functions

Unpacking and Packing DXGI_FORMAT for In-Place Image Editing