multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.complex
/
lastIndexOf
last
Index
Of
common
fun
ComplexFloatArray
.
lastIndexOf
(
element
:
ComplexFloat
)
:
Int
Content copied to clipboard
fun
ComplexDoubleArray
.
lastIndexOf
(
element
:
ComplexDouble
)
:
Int
Content copied to clipboard
Returns last index of
element
, or -1 if the array does not contain element.