contains

open operator fun contains(value: Double): Boolean

Returns true if the range contains the value.

Return

true If the range contains the value

Parameters

value

The value to check


open operator fun contains(range: AbstractRange): Boolean

Returns true if the range contains the range.

Return

true If the range contains the range

Parameters

range

The range to check