RoundDown
...
Rounds the given value down to the nearest whole number.
...
Procedure: RoundDown(Val: Double): Integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := RoundDown(10.36); // returns 10 |
...
Rounds the given value down to the nearest whole number.
...
Procedure: RoundDown(Val: Double): Integer;
API Call:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Result := RoundDown(10.36); // returns 10 |