nw::ut::Float32::Bits32ToFloat32 Member Function

Syntax

static f32 Bits32ToFloat32(
     u32 value
);

Arguments

Name Description
in value Bit representation of a 32-bit floating point number.

Return Values

Returns an f32 type value.

Description

Converts from a bit representation of a 32-bit floating point value to an f32.


CONFIDENTIAL