kmath
common
kmath-core
/
space.kscience.kmath.nd
/
get
get
common
operator
fun
<
T
>
StructureND
<
T
>
.
get
(
vararg
index
:
Int
)
:
T
Content copied to clipboard
Returns the value at the specified indices.
Return
the value.
Parameters
index
the indices.
Sources
common source
Link copied to clipboard