RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::/= Operator

Assigns this System::Currency::Currency object the result of its initial value divided by the value of System::Currency::Currency object rhs.

Pascal
operator /=(const rhs: Currency&);
C++
__fastcall Currency& operator /=(const Currency& rhs);

Use the System::Currency::/= to divide this System::Currency::Currency object’s value by the Value of the System::Currency::Currency object specified by rhs. 

 

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