multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
getOrNull
get
Or
Null
common
fun
ComplexFloatArray
.
getOrNull
(
index
:
Int
)
:
ComplexFloat
?
Content copied to clipboard
fun
ComplexDoubleArray
.
getOrNull
(
index
:
Int
)
:
ComplexDouble
?
Content copied to clipboard
Returns an element at the given
index
or
null
if the
index
is out of bounds of this array.