get

@PerformancePitfall
operator fun <T> StructureND<T>.get(vararg index: Int): T

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.


operator fun StructureND<Double>.get(vararg index: Int): Double
operator fun StructureND<Int>.get(vararg index: Int): Int