Class ExchangeRate
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public class ExchangeRate
Properties
| Edit this page View SourceCurrency
Declaration
public CurrencyCode Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| CurrencyCode |
FromUSD
Declaration
public double FromUSD { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
ToUSD
Declaration
public double ToUSD { get; set; }
Property Value
| Type | Description |
|---|---|
| double |