Data.DBXCommon.TDBXInt64Value.GetAsSingle

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

Delphi

function GetAsSingle: Single; override;

C++

virtual float __fastcall GetAsSingle();

プロパティ

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

説明

値の Single 表現を取得します。

Data.DBXCommon.TDBXInt64Value.GetAsSingle は Data.DBXCommon.TDBXValue.GetAsSingle を継承しています。以下の内容はすべて Data.DBXCommon.TDBXValue.GetAsSingle を参照しています。

値の Single 表現を取得します。

GetAsSingle は、値の Single 表現を返します。必要に応じて型変換を適用します。この型への変換がサポートされていない場合は、例外が発生します。

関連項目