<< Click to Display Table of Contents >> Navigation: Apollo SQL > Arithmetic Functions > Round |
function Round( X: Extended ): Integer
Rounds a float-type value to an integer-type value. X is a float-type expression. Round returns an Integer value that is the value of X rounded to the nearest whole number. If X is exactly halfway between two whole numbers, the result is the number with the greatest absolute magnitude.