Lava Filters - Floor
Category:Numeric
Description:Takes a number and returns the next smallest integer.
Input: "Values": {
"NumberOne": 2.6,
"NumberTwo": 7.2
}
Lava: The next smallest value of {{ Values.NumberOne }} is {{ Values.NumberOne | Floor }}.
Output: The next smallest value of 2.6 is 2.