FFloor

nn::math::FFloor Function

Syntax

f32 FFloor(
     f32 x
);

Parameters

Name Description
in x Value.

Return Values

Returns the largest integer value no larger than x.

Description

Finds the largest integer value no larger than x.

This function uses the standard floorf function.

Revision History

2011/08/26
Added text about internal implementation.
2010/01/07
Initial version.

CONFIDENTIAL