FX_Floor

C Specification

#include <nitro/fx/fx.h>

fx32 FX_Floor(fx32 v);

Arguments

The magnitude of the vector. fx32 format fixed-point decimal

Return Values

fx32 format fixed-point decimal

Description

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

See Also

FX_Whole

Revision History

01/19/2004 Initial version.