floor overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for floor.
static
Decimal128
floor(Decimal128 x);
Return the largest integral value that is not greater than x.
Same as the related overload above for floor.
Return Value
largest integral value that is not greater than x
Parameters
Name |
Description |
x |
value to round toward ‐infinity |
Created with MrDocs