ICryptoCurrencyGetPrice(Double, FiatCurrencies) Method
Gets the price equivalency for the specified amount of this
ICryptoCurrency converted to the specified currency.
Namespace: DevCase.Core.Finances.CryptoCurrenciesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Function GetPrice (
amount As Double,
currency As FiatCurrencies
) As Double
Dim instance As ICryptoCurrency
Dim amount As Double
Dim currency As FiatCurrencies
Dim returnValue As Double
returnValue = instance.GetPrice(amount,
currency)
abstract GetPrice :
amount : float *
currency : FiatCurrencies -> float
No code example is currently available or this language may not be supported.
- amount Double
-
The amount of this ICryptoCurrency.
- currency FiatCurrencies
-
The target currency.
Double
The resulting price for the specified amount of this
ICryptoCurrency converted to the specified currency.