floor


Rounds a numerical parameter down to the nearest integer.


Syntax


{{ <Parameter> | floor }}



Arguments

Parameter - A numerical value or name of the input parameter containing the number to be rounded down to the nearest integer


Example 1:

Input


{{ 3.14 | floor}}



Output


3



Example 2:

InputParameter Value


19.7



Input


{{ InputParameter | floor}}



Output


19