nn::math::U32AsF32 Function

Syntax

f32 U32AsF32(
     u32 x
);

Arguments

Name Description
in x Value to convert to f32 format.

Return Values

An f32-type value that has the same binary representation as x.

Description

Converts a u32 type into an f32 type without changing the bit array.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL