doubleOrNull

abstract val doubleOrNull: Double?(source)

The numeric value as Double if isNumber; null otherwise.

Return

The double value, or null if the primitive is not a number.