Data.DBXPlatform.TDBXPlatform.DoubleToInt64Bits

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function  DoubleToInt64Bits(const Value: Double): Int64;

C++

__classmethod __int64 __fastcall DoubleToInt64Bits(const double Value);

Eigenschaften

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

Beschreibung

Kopiert Bytes von einem Double- in einen Int64-Wert.

Die statische Methode DoubleToInt64Bits kopiert Bytes von einem Double- in einen Int64-Wert.

Siehe auch