get

open operator override fun get(index: Int): Byte

Returns the value at index.

Note: Indexing takes place according to the initial data, so if you did any manipulations with the ndarray (ex. reshape), then get from the ndarray with the same index will return another value.