getDoubleState

fun getDoubleState(stateName: String): Double?

Returns the state value for stateName if it exists and is a Double or can be coerced to a Double, or NULL otherwise.