SOLIDWORKS Equation is a very convienient tool for automatically calculating dimensions, feature parameters during modelling.
Sometimes you need to round up or round down to an integer (i.e. determine the number of pattern features).
There are two functions included in SOLIDWORKS: int() and round().
For int(), it rounds down the value to the closest integer.
For round(), it rounds the value either up or down to the closest integer.