Return the largest integral value not greater than x.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the largest integral value not greater than x.
static
DecimalImpUtil::ValueType128
floor(ValueType128 x);
Return the largest integral value not greater than x.
static
DecimalImpUtil::ValueType32
floor(ValueType32 x);
Return the largest integral value not greater than x.
static
DecimalImpUtil::ValueType64
floor(ValueType64 x);
Return Value
the largest integral value not greater than x
Parameters
Name |
Description |
x |
value to round toward ‐infinity |
Created with MrDocs