System.Int
From RAD Studio VCL Documentation (German)
Contents |
Delphi-Informationen
von System.pas
function Int(const X: Extended): Extended;
Unit: System
Typ: Funktion
Sichtbarkeit: public
C++-Informationen
von System.hpp
long double __fastcall Int(long double X);
Unit: System
Typ: Funktion
Beschreibung
Gibt den ganzzahligen Anteil einer reellen Zahl zurück.
In Delphi gibt Int den ganzzahligen Anteil von X zurück, also X gegen 0 gerundet. X ist ein Ausdruck des Typs Real.
Siehe auch
Codebeispiele