VMS Help PASCAL, Predeclared Routines, Transfer, ROUND *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The ROUND function converts the value of the parameter by rounding the fractional part of the value, and returns its integer equivalent. Syntax: ROUND( x ) The parameter 'x' must be of type REAL, SINGLE, DOUBLE, or QUADRUPLE. The value of 'x' must not be too large to be represented by an integer.
|