Data.DBXPlatform.TDBXPlatform.Int64BitsToDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__classmethod double __fastcall Int64BitsToDouble(const __int64 Value);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copies the bytes from an Int64 to the bytes of a Double.

The Int64BitsToDouble static method copies the bytes from an Int64 to the bytes of a Double.

See Also