nn::math::U16ToF32 Function

Syntax

f32 U16ToF32(
     u16 x
);

Arguments

Name Description
in x Value to convert to f32 format.

Return Values

Returns an f32-type value that has the same value as x.

Description

Converts values in u16 format to f32 format.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL