Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
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, useatoti.array.sort() to sort them.
Example
- Parameters:
- measure (VariableMeasureConvertible)
- n (PositiveInt | VariableMeasureConvertible)
- Return type: MeasureDefinition