Rounding Functions
 
 
 
Function Description
Round (number) Returns a number rounded to the nearest integer.
Ceil (number) Rounds a number up to the next integer value regardless of its value.
Floor (number) Rounds a number down to the next integer value regardless of its value.
Trunc (number) Returns the integer value of a number by truncating its fractional part.