indexOf

fun indexOf(value: Double, start: Int = 0, end: Int = this.size): Int
fun indexOf(element: Double): Int