corda / net.corda.core.cordapp / CordappConfig / getDouble

getDouble

abstract fun getDouble(path: String): Double

Get the double value of the configuration at "path".

Exceptions

CordappConfigException - If the configuration fails to load, parse, or find a value.