System.Currency.operator >=

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

C++

bool __fastcall operator >=(const Currency& rhs) const
bool __fastcall operator >=(int rhs) const
bool __fastcall operator >=(double rhs) const

プロパティ

種類 可視性 ソース ユニット
function public syscurr.h System Currency


説明

Currency 値が指定された値より大きいか等しいことをテストします。

>= 演算子は,Currency オブジェクトの値と rhs オペランドで指定された値を比較します。この演算子は,Currency オブジェクトの値が rhs の値より大きいか等しい場合に true を返し,それ以外の場合は false を返します。

関連項目