Skip to main content

atoti.array.n_lowest(measure, /, n)

Return an array measure containing the n lowest elements of the passed array measure. The values in the returned array are not sorted, use atoti.array.sort() to sort them.

Example

  • Parameters:
    • measure (VariableMeasureConvertible)
    • n (PositiveInt | VariableMeasureConvertible)
  • Return type: MeasureDefinition