floor
floor()
Section titled “floor()”Category: Math
Returns the largest integer less than or equal to the input
Signature
Section titled “Signature”- Return type:
integer
Examples
Section titled “Examples”3.14.floor()(-2.5).floor()5.floor()Category: Math
Returns the largest integer less than or equal to the input
integer3.14.floor()(-2.5).floor()5.floor()