Previous: Trunc function To the Table of Content Next: Truncate procedure

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

Trunc64 function

Targets: MS-DOS, OS/2, Win32


System Unit

Trunc64 function truncates a real-type value to 64bit Integer-type value.

Declaration:
 function Trunc64(X: Extended): Int64;
Remarks: X is either Single, Double, or Extended. Trunc64 returns X, rounded towards zero, as a Int64.

See also:
Round
Round64
Trunc


Previous: Trunc function To the Table of Content Next: Truncate procedure
Trunc function Table of Content Truncate procedure

- 4.62.2.90 -