Returns the largest integer less than or equal to a given number
ID
math-operators-floor
Name
Floor
Group
Operators
Package
Math
Keywords
Ceil
Round\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Number | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
Number | Number | A number representing the largest integer less than or equal to the specified number |