System.Currency.operator =

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

C++

Currency& __fastcall operator =(double rhs);
Currency& __fastcall operator =(int rhs)
Currency& __fastcall operator =(const CurrencyBase& rhs)
Currency& __fastcall operator =(const Currency& rhs)

プロパティ

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


説明

Currency オブジェクトの値を割り当てます。

この operator = は,rhs オペランドの値を Currency オブジェクトに割り当てます。この operator =は,以下の値をとることができます。

double 値または整数値。Currency オブジェクトに割り当てられる

CurrencyBase または Currency オブジェクト。これらの値が Currency オブジェクトに割り当てられます。