Data.DBXPlatform.TDBXPlatform.Int32BitsToSingle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

static float __fastcall Int32BitsToSingle(const TInt32 Value);

Eigenschaften

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

Beschreibung

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

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

Siehe auch