Rounds a real number toward the nearest mathematical integer. The integer part is returned as integer, the remainder is returned as real2. If real1 is exactly between two integers, then the result integer will be a multiple of two.
sealed
| real1 | An instance of <real>. |
| integer | An instance of <general-integer>. |
| real2 | An instance of <real>. |