FX_Floor

Syntax

#include <nitro/fx/fx.h>

fx32 FX_Floor(fx32 v);

Arguments

v fx32-format fixed-point decimal.

Return Values

fx32-format fixed-point decimal.

Description

This function returns the integer portion of an fx32 fixed-point decimal as an fx32 fixed-point decimal.

See Also

FX_Whole

Revision History

2004/01/19 Initial version.


CONFIDENTIAL