[Previous][Up] |
Functions to determine the minimum or maximum of numbers:
Name | Description |
---|---|
max | Maximum of 2 values |
maxIntValue | Maximum of an array of integer values |
maxvalue | Maximum of an array of values |
min | Minimum of 2 values |
minIntValue | Minimum of an array of integer values |
minvalue | Minimum of an array of values |