count
Returns the number of elements in this array.
inline fun ComplexFloatArray.count(predicate: (ComplexFloat) -> Boolean): Int
Content copied to clipboard
inline fun ComplexDoubleArray.count(predicate: (ComplexDouble) -> Boolean): Int
Content copied to clipboard
Returns the number of elements matching the given predicate.