Previous: 4.67.2.89. Trunc function To the Table of Contents Next: 4.67.2.91. Truncate procedure
4.67.2.89. Trunc function Table of Contents 4.67.2.91. Truncate procedure

- 4.67.2.90. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.90. Trunc64 function


4.67.2.90. 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: 4.67.2.89. Trunc function To the Table of Contents Next: 4.67.2.91. Truncate procedure
4.67.2.89. Trunc function Table of Contents 4.67.2.91. Truncate procedure

- 4.67.2.90. -