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