Language:
Русский
English
Int (function)
Returns the Integer part of the argument.
Declaration
function Int(X: Real): Real;
Target
Windows, Real, Protected
Remarks
X is a real-type expression. The result is the integer part of X; that is, X rounded toward zero.