nn::util::Float32 Class

Syntax

class Float32

Description

A utility class for 32-bit floating-point numbers.

Member Functions

S Float32ToBits32 Converts an f32 value into the bit representation of a 32-bit floating-point number.
S Bits32ToFloat32 Converts the bit representation of a 32-bit floating-point number into an f32 value.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL