double
fun MetaProvider.double(key: Name? = null): ReadOnlyProperty<Any?, Double?>
Content copied to clipboard
fun MetaProvider.double(default: Double, key: Name? = null): ReadOnlyProperty<Any?, Double>
Content copied to clipboard
fun MutableMetaProvider.double(key: Name? = null): ReadWriteProperty<Any?, Double?>
Content copied to clipboard
fun MutableMetaProvider.double(default: Double, key: Name? = null): ReadWriteProperty<Any?, Double>
Content copied to clipboard