Data.DBXPlatform.TDBXPlatform.Int64BitsToDouble

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

__classmethod double __fastcall Int64BitsToDouble(const __int64 Value);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

バイトを Int64 から Double のバイトにコピーします。

Int64BitsToDouble 静的メソッドは、バイトを Int64 から Double のバイトにコピーします。

関連項目