Floor value of

Returns the smallest integer value which is less than or equal to its argument.

Example use case

When calculating a customers age using the eligibility rule time between now and dateOfBirth in years, you may end up with a value such as 41.76. Use the floor value of function to round the number down to its lowest possible value, 41.

Example eligibility rule

floor value of time between now and dateOfBirth in years

Floor value of example