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

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

Pascal
operator %=(rhs: Integer);
C++
__fastcall Currency& operator %=(int rhs);

Use the System::Currency::%= to obtain the remainder from dividing this System::Currency::Currency object’s value by the Value of the System::Currency::Currency object specified by rhs. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!