nw::ut::Float31::Bits31ToFloat32 Member Function

Syntax

static f32 Bits31ToFloat32(
     u32 bits31
);

Arguments

Name Description
in bits31 An integer value representing the bits of a 31-bit floating point number.

Return Values

Returns the value converted to f32 type.

Description

Converts from a 31-bit float to a 32-bit float.


CONFIDENTIAL