getFloat

open fun getFloat(key: String, default: Float): Float
open fun getFloat(key: String, default: Float? = null): Float?