floorInput
FloorInput is a term often encountered in programming and data processing, referring to the operation of taking a numerical input and then applying a floor function to it. The floor function, mathematically denoted as ⌊x⌋, returns the greatest integer less than or equal to x. Essentially, it rounds a number down to the nearest whole number.
In practical terms, a floorInput operation would typically involve reading a value, which could be an integer
This operation is useful in various scenarios. For instance, when dealing with quantities that must be whole