System.Currency.operator %=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency& __fastcall operator %=(int rhs)

Properties

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


Description

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

Use the operator %= to obtain the remainder by dividing this Currency object’s value by the value of the Currency object specified by rhs.

See Also