GetValue() public method

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