Data.DBXCommon.TDBXValue.GetDouble

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

Delphi

function GetDouble: Double; virtual;

C++

virtual double __fastcall GetDouble();

プロパティ

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

説明

double データ型の倍精度浮動小数点値を取得します。

DoubleType データ型の TDBXValue インスタンスの倍精度浮動小数点値を取得します。 IsNull が true の場合は,TDBXError 例外を送出します。

関連項目