GetValue() public method

public GetValue ( byte currencyId ) : double
currencyId byte
return double
Esempio n. 1
0
 public double GetAccountValue(byte currencyId) => Account.GetValue(currencyId);