System.Int

提供: 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 は、実数型の式です。

関連項目


コード サンプル