floor¶ Signature¶ floor(number) Description¶ Returns the next lowest integer value by rounding down if necessary. Examples¶ floor(`1.9`) == `1`