nw::ut::Float24::Bits24ToFloat32 Member Function

Syntax

static f32 Bits24ToFloat32(
     u32 bits24
);

Arguments

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

Return Values

Returns the value converted to f32 type.

Description

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


CONFIDENTIAL