CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Numbers > Rounding up

Rounding up

CitectVBA does not have a specific round-up function. However, for negative numbers, both Fix() and Int() can be used to round upward, in different ways: