The MIDRANGE Function
General Format
Arguments
- Argument-1 must be class numeric.
Returned Values
- The returned value is the arithmetic mean of the greatest argument-1 value and the least argument-1 value.
- The comparisons used to determine the greatest and least values are made according to the rules for relation conditions. See the topic Relation Condition in the chapter Procedure Division.
- Floating-point format is used for numeric non-integer results.