Struct defining a range. More...
Public Member Functions | |
Range (double min, double max) | |
Constructor. More... | |
Properties | |
double | Min [get, set] |
Inclusive minimum of the range. | |
double | Max [get, set] |
Inclusive maximum of the range. | |
Struct defining a range.
Range | ( | double | min, |
double | max | ||
) |
Constructor.
min | Inclusive minimum of the range. |
max | Inclusive maximum of the range. |
ArgumentOutOfRangeException | If min is > max . |