Data.DBXPlatform.TDBXPlatform.Int64BitsToDouble

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__classmethod double __fastcall Int64BitsToDouble(const __int64 Value);

Propriétés

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

Description

Copie les octets depuis un Int64 en les octets d'un Double.

La méthode statique Int64BitsToDouble copie les octets depuis un Int64 en les octets d'un Double.

Voir aussi