Return the largest integral value not greater than x.
Synopsis
Declared in <bdldfp_decimalimputil.h>
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