Int

From Lazarus wiki
Revision as of 05:56, 16 February 2020 by Trev (talk | contribs) (Fixed syntax highlighting; deleted category included in page template)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English (en) русский (ru)

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: