System.Currency.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

Currency& __fastcall operator =(double rhs);
Currency& __fastcall operator =(int rhs)
Currency& __fastcall operator =(const CurrencyBase& rhs)
Currency& __fastcall operator =(const Currency& rhs)

Properties

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


Description

Assigns the value of the Currency object.

The assignment operator = assigns the value of the rhs operand to the Currency object. The assignment operator = can take: