nw::ut::FixedU24::Float32ToFixedU24 Member Function

Syntax

static u32 Float32ToFixedU24(
     f32 value
);

Arguments

Name Description
in value 32-bit float value.

Return Values

Returns the bit representation of an 24-bit fixed point value.

Description

Converts from an f32 to a 24-bit fixed.


CONFIDENTIAL