Int

From Free Pascal wiki
Revision as of 07:55, 11 June 2013 by The1 (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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: