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

Assigns this System::Currency::Currency object the result of its initial value multiplied 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 multiply 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!