RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Currency::% Operator

Returns a new System::Currency::Currency object with the value that is the remainder of this System::Currency::Currency object divided by a specified integer.

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

Use the System::Currency::% to obtain the remainder from dividing the value of this System::Currency::Currency object by the integer specified by the rhs operand. 

 

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