getDouble

abstract fun getDouble(feature: Feature, key: String, attributes: Attributes = Attributes()): Double

Calculates the value of a double feature flag for the given key and attributes.

See also


open fun getDouble(feature: Feature, key: String): Double