Data.DBXCommon.TDBXDoubleValue.Compare

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

Delphi

function Compare(Other: TDBXValue): Smallint; override;

C++

virtual short __fastcall Compare(TDBXValue* Other);

プロパティ

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


説明

TDBXDoubleValue を、パラメータで与えられた別の TDBXDoubleValue と比較します。


Compare は、現在の TDBXDoubleValue と、Other パラメータとを比較します。 Compare は、現在の TDBXDoubleValueOther より小さかったら -1 を、現在の TDBXDoubleValueOther より大きかったら 1 を、両者が同一だったら 0 を返します。


関連項目