zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / java.math.BigDecimal / convertZecToUsd

convertZecToUsd

fun BigDecimal?.convertZecToUsd(zecPrice: BigDecimal): BigDecimal

Convert this ZEC value to USD, using the given price per ZEC. Start with ZEC -> End with USD.

Parameters

zecPrice - the current price of ZEC represented as USD per ZEC

Return
this BigDecimal USD value converted into USD, with proper rounding and precision.