This function returns the next lower integer that is lower than or equal to the given number.
Bash
floor(number) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: -2.0 |
|
Bash
|
This example returns: 0.0 |
|
Bash
|
This example returns: 2.0 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
Any given number. |
Output
This function returns a number
📚 Use cases and examples
| Use case | Workflow function | Parser functions |
|---|---|---|
| Set the next fix version |