NullableDoublePick extension

on

Methods

asDoubleOrNull() double?
Returns the picked value as double? or returns null when the picked value is absent
asDoubleOrThrow() double
Returns the picked value as double or throws