Read Set Max & Min Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Returns the maximum and minimum elements in a set.

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