Data.DBXPlatform.TDBXPlatform.DoubleToInt64Bits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__classmethod __int64 __fastcall DoubleToInt64Bits(const double Value);

Properties

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

Description

Copies bytes from a Double to an Int64.

The DoubleToInt64Bits static method copies bytes from a Double value to an Int64 value.

See Also