FX_Floor


C Specification

#include <nitro/fx/fx.h>

fx32 FX_Floor(fx32 v);

Description

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

Arguments

v   fx32 format fixed-point decimal

Return Values

fx32 format fixed-point decimal.

See Also

FX_Whole

Revision History

01/19/2004 Initial Version