ReferenceNQE LanguageStandard LibraryroundOn this pageroundround(number: Float) : Integer Gets an integer from a float by rounding to the nearest integer; e.g., round(2.5) results in 3, whereas round(2.4) results in 2. See also Functions float int floor ceil toNumber Types Number