Min
Returns the smallest numeric element of `source`. Elements must be numeric. Empty source raises a runtime error (the minimum of the empty set is undefined; callers should guard with IsSet).
- Subclass Of
List Aggregate
Returns the smallest numeric element of `source`. Elements must be numeric. Empty source raises a runtime error (the minimum of the empty set is undefined; callers should guard with IsSet).