nw::ut::Float20::Bits20ToFloat32 Member Function

Syntax

static f32 Bits20ToFloat32(
     u32 bits20
);

Arguments

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

Return Values

Returns the value converted to f32 type.

Description

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


CONFIDENTIAL