Read Set Max & Min Function
- Updated2025-03-14
- 1 minute(s) read
Read Set Max & Min Function
Returns the maximum and minimum elements in a set.

Inputs/Outputs
![]() set specifies the set. This input accepts a set of any data type. The default data type is a set of strings. ![]() maximum returns the maximum element in set. ![]() minimum returns the minimum element in set. |