Data.DBXPlatform.TDBXPlatform.SingleToInt32Bits

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function SingleToInt32Bits(const Value: Single): TInt32; static;

C++

static int __fastcall SingleToInt32Bits(const float Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Kopiert Bytes von einem Single- in einen Int32-Wert.

Die statische Methode SingleToInt32Bits kopiert Bytes von einem Single- in einen Int32-Wert.

Siehe auch