nw::ut::Float16::Bits16ToFloat32 Member Function

Syntax

static f32 Bits16ToFloat32(
     u32 bits16
);

Arguments

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

Return Values

Returns the value converted to f32 type.

Description

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


CONFIDENTIAL