Floor
From MultiCharts
Returns the greatest integer less than or equal to the specified numerical expression.
Usage
Floor(Value);
Where:
- Value - a numerical expression.
Examples
Floor(9.1);
Will return a value of 9.
Floor(-2.85);
Will return a value of -3.