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 を返します。

関連項目