get

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

Returns the value at the specified indices.

Return

the value.

Parameters

index

the indices.


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