Return the largest integral value not greater than x.
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 not greater than x.
static
DecimalImpUtil::ValueType32
floor(ValueType32 x);
» more...
Return the largest integral value not greater than x.
static
DecimalImpUtil::ValueType64
floor(ValueType64 x);
» more...
the largest integral value not greater than x
| Name | Description |
|---|---|
| x | value to round toward -infinity |