System.Currency.operator /=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency& __fastcall operator /=(const Currency& rhs)

Properties

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


Description

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

Use the operator /= to divide this Currency object’s value by the Value of the Currency object specified by rhs.

See Also