Data.DBXPlatform.TDBXPlatform.Int64BitsToDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__classmethod double __fastcall Int64BitsToDouble(const __int64 Value);

Eigenschaften

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

Beschreibung

Kopiert die Bytes von einem Int64-Wert in die Bytes eines Double-Werts.

Die statische Methode Int64BitsToDouble kopiert die Bytes von einem Wert Int64 in die Bytes eines Werts Double.

Siehe auch