RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::! Operator

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

Pascal
operator !;
C++
__fastcall Currency operator !() const;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!