Difference between revisions of "Int"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "Function '''Int''' returns the integer part of the argument. X is a real-type expression. The result is the integer part of X, rounded toward zero. Declaration function ...")
 
m
Line 1: Line 1:
Function '''Int''' returns the integer part of the argument. X is a [[real]]-type expression. The result is the integer part of X, rounded toward zero.
+
Function '''Int''' returns the integer part of the argument. X is a [[Real|real]]-type expression. The result is the integer part of X, rounded toward zero.
  
 
Declaration
 
Declaration

Revision as of 22:13, 21 July 2015

Function Int returns the integer part of the argument. X is a real-type expression. The result is the integer part of X, rounded toward zero.

Declaration

function Int(X: Real): Real;

See also: