- 4.67.2.74. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.74. Round64 function
4.67.2.74. Round64 function
Targets: MS-DOS, OS/2, Win32
System Unit
Round64 function rounds an Extended-type value to 64bit Integer-type value.
Declaration:
function Round64(X: Extended): Int64;
Remarks:
Round returns X, rounded to the nearest whole number, as a Int64.
See also:
Round
Trunc
Trunc64
- 4.67.2.74. -