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.
Use floor value of as an alternative to the truncates function wherever the decimal part of a number is not required.
Example Expression
floor value of time between now and dateOfBirth in years