nw::ut::FixedU24::FixedU24ToFloat32 Member Function

Syntax

static f32 FixedU24ToFloat32(
     u32 fixedU24
);

Arguments

Name Description
in fixedU24 An integer value representing the bits of an 24-bit fixed point number.

Return Values

Returns the value converted to f32 type.

Description

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


CONFIDENTIAL