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;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | syscurr.h | System | Currency |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。