GetValue() public méthode

public GetValue ( byte currencyId ) : double
currencyId byte
Résultat double
Exemple #1
0
 public double GetAccountValue(byte currencyId) => Account.GetValue(currencyId);