RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Int Function

Returns the integer part of a real number.

Pascal
function Int(const X: Extended): Extended;
C++
Extended Int(const Extended X);

System

In Delphi code, Int returns the integer part of X; that is, X rounded toward zero. X is a real-type expression. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!