RAD Studio VCL Reference
|
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.
operator %(rhs: Integer);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|