nw::ut::Float32::Float32ToBits32 Member Function

Syntax

static u32 Float32ToBits32(
     f32 value
);

Arguments

Name Description
in value 32-bit float value.

Return Values

Returns the bit representation of a 32-bit floating point value.

Description

Converts from an f32 to a bit representation of a 32-bit floating point value.


CONFIDENTIAL