System.Currency.operator !

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency __fastcall operator !() const

Properties

Type Visibility Source Unit Parent
function public syscurr.h System Currency


Description

Returns a new Currency object that is the logical negation of this Currency object.

If the value of the Currency object is nonzero, the operator ! returns 0. If the value of the Currency object is 0, the operator ! returns 1.

See Also