max By Or Null
inline fun <R : Comparable<R>> ComplexFloatArray.maxByOrNull(selector: (ComplexFloat) -> R): ComplexFloat?
Content copied to clipboard
inline fun <R : Comparable<R>> ComplexDoubleArray.maxByOrNull(selector: (ComplexDouble) -> R): ComplexDouble?
Content copied to clipboard
Returns the first element yielding the largest value of the given function or null
if there are no elements.