Data.DBXPlatform.TDBXPlatform.DoubleToInt64Bits

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__classmethod __int64 __fastcall DoubleToInt64Bits(const double Value);

Propriétés

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

Description

Copie des octets depuis un Double en un Int64.

La méthode statique DoubleToInt64Bits copie des octets d'une valeur Double en une valeur Int64.

Voir aussi