corda / net.corda.core.cordapp / CordappConfig / getFloat

getFloat

abstract fun getFloat(path: String): Float

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

Exceptions

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