Int

From Lazarus wiki
Revision as of 23:13, 21 July 2015 by FTurtle (talk | contribs)
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: