nn::math::U32AsF32 Function
f32 U32AsF32(
u32 x
);
| Name | Description | |
|---|---|---|
| in | x | Value to convert to f32 format. |
f32-type value that has the same binary representation as x. Converts a u32 type into an f32 type without changing the bit array.
CONFIDENTIAL