[#BloombergLP-bdldfp-DecimalUtil-floor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::floor :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `floor`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] floor(xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] x); ---- == Return Value largest integral value that is not greater than `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value to round toward ‐infinity |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#