nw::ut::FixedS13Fraction8::Fixed13ToFloat32 Member Function

Syntax

static f32 Fixed13ToFloat32(
     u32 fixed13
);

Arguments

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

Return Values

Returns the value converted to f32 type.

Description

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


CONFIDENTIAL