Represents decimal amount in some currency. More...
Public Member Functions | |
| Money () | |
| Money (decimal value, CurrencyInfo currency) | |
| override string | ToString () |
| string | ToString (string? format, IFormatProvider? formatProvider) |
Static Public Member Functions | |
| static Money | operator- (Money m1) |
| static Money | operator+ (Money m1, Money m2) |
| static Money | operator- (Money m1, Money m2) |
| static Money | operator+ (Money m1, decimal m2) |
| static Money | operator- (Money m1, decimal m2) |
| static Money | operator* (Money m1, decimal m2) |
| static Money | operator/ (Money m1, decimal m2) |
| static implicit | operator decimal (Money m) |
Properties | |
| decimal | Value [get] |
| string | Currency [get] |
| CurrencyInfo | CurrencyInfo [get] |
Represents decimal amount in some currency.
| ATAS.DataFeedsCore.Money.Money | ( | ) |
| ATAS.DataFeedsCore.Money.Money | ( | decimal | value, |
| CurrencyInfo | currency | ||
| ) |
|
static |
| override string ATAS.DataFeedsCore.Money.ToString | ( | ) |
| string ATAS.DataFeedsCore.Money.ToString | ( | string? | format, |
| IFormatProvider? | formatProvider | ||
| ) |
|
get |
|
get |
|
get |