System.Currency.operator %

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency __fastcall operator %(int rhs) const

Properties

Type Visibility Source Unit Parent
function public syscurr.h System Currency


Description

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

Use operator % to obtain the remainder by dividing the value of this Currency object by the integer the rhs operand specifies.

See Also