System.Currency.operator ()
C++
__fastcall operator double() const {return ((double)Val) / 10000;}
__fastcall operator int() const {return (int) (Val / 10000);}
__fastcall operator System::String() const;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | syscurr.h | System | Currency |
Description
Embarcadero Technologies does not currently have any additional information.