System.Bindings.Outputs.TConverterUtils.FloatToInteger

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure FloatToInteger(const I: TValue; ATo: PTypeInfo; var O: TValue); static;

C++

static void __fastcall FloatToInteger(const System::Rtti::TValue &I, System::Typinfo::PTypeInfo ATo, System::Rtti::TValue &O);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

Float TValueInteger TValue に変換します。

FloatToInteger は新しい TValue レコードを、事前に変換された Integer 値から構築します。

取り得る整数値:

関連項目