get

operator fun get(i: Int): Double(source)

Retrieves the value corresponding to the provided index.

Return

The value at the specified index as a Double.

Parameters

i

The index of the value to retrieve. Valid indices are 0, 1, 2, and 3.

Throws

If the index is not within the supported range (0-3).