contains

abstract operator fun contains(other: Double): Boolean

Checks if the array contains the specified value.

Return

true if the value is in the array, false otherwise

Parameters

other

the value to check for