Previous: Round function To the Table of Content Next: RunError procedure

- 4.62.2.74 -
Standard Units
System Unit
System Unit Procedures and Functions

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


Previous: Round function To the Table of Content Next: RunError procedure
Round function Table of Content RunError procedure

- 4.62.2.74 -