System.Bindings.Outputs.TConverterUtils.FloatToInteger

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


Beschreibung

Konvertiert einen Float TValue zu einem Typ von IntegerTValue.

FloatToInteger erstellt einen neuen TValue-Datensatz von dem zuvor konvertierten Integer-Wert.

Mögliche Integer-Werte:

Siehe auch