System.Currency.operator !

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

C++

Currency __fastcall operator !() const

プロパティ

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


説明

Currency オブジェクトの論理否定の値で,新しい Currency オブジェクトを返します。

Currency オブジェクトの値が 0 以外の場合,operator ! は 0 を返します。Currency オブジェクトの値が 0 の場合,operator ! は 1 を返します。

関連項目