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 |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
floor | Number | A number representing the largest integer less than or equal to the specified number |