List.Modes
This function retrieves the most frequently occurring items in a list. If the list is empty, an exception will be raised. If there are multiple items with the same highest frequency, all of them will ...
This function retrieves the most frequently occurring items in a list. If the list is empty, an exception will be raised. If there are multiple items with the same highest frequency, all of them will be returned. To customize the equality testing, you can provide an optional comparison criteria value called "equationCriteria".