Creates an instance of a constructor with minimum, maximum, and average values.
The minimum value.
The maximum value.
The average value.
Readonly
avgThe average value.
Readonly
maxThe maximum value.
Readonly
minThe minimum value.
Static
createCreates a Range object based on the provided array of numbers.
An array of numbers to calculate the range, minimum, maximum, and average.
A Range object containing the calculated minimum, maximum, and average values.
A class representing a numerical range with minimum, maximum, and average values.