DoubleRange Constructor
Constructor in DoubleRange
Declaration
public DoubleRange(double min = 0, double max = 1)Description
Creates a new range with the specified values.
Parameters
| min | The lower bound of the range. |
| max | The upper bound of the range. |