nn::math::FCeil Function

Syntax

f32 FCeil(
     f32 x
);

Arguments

Name Description
in x Value.

Return Values

Returns the smallest integer value no smaller than x.

Description

Finds the smallest integer value no smaller than x.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL