Base Scripting Language GuidePascal-Library Custom Scripting FunctionsIntOn this pageIntReturns the integer part of a real number. Structure Int(number): Extended; Parameters Return value Description Int returns the integer part of X; that is, X rounded toward zero. X is a real-type expression.