round
Rounds value to the nearest integer. Halfway values are rounded away from zero.
For example round(const(-1.5))
evaluates to -2
.
Rounds value to the nearest integer. Halfway values are rounded away from zero.
For example round(const(-1.5))
evaluates to -2
.