floor
Rounds the decimal to the nearest integer below the current value – in the example below the result would be 10:
${System.Math.Floor(10.34)}
Rounds the decimal to the nearest integer below the current value – in the example below the result would be 10:
${System.Math.Floor(10.34)}