floor overloads
Declared in <bdldfp_decimalimputil.h>
Return the largest integral value not greater than x.
static
DecimalImpUtil::ValueType128
floor(ValueType128 x);
» more...
Return the largest integral value that is not greater than the specified x.
static
DecimalImpUtil::ValueType32
floor(ValueType32 x);
» more...
Return the largest integral decimal value not greater than x.
static
DecimalImpUtil::ValueType64
floor(ValueType64 x);
» more...