提供: RAD Studio API Documentation
Delphi
function Int(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE Extended __fastcall Int(const Extended X);
プロパティ
種類 |
可視性 |
ソース |
ユニット |
親 |
function |
public |
System.pas System.hpp |
System |
System |
説明
実数の整数部分を返します。
Delphi コードでは、Int は X の整数部分、つまり、X を 0 に向けて小数部を丸めた値を返します。X は、実数型の式です。
関連項目
コード サンプル