|
MathPlot
|
Represents a numeric range with minimum and maximum values. More...
#include <mathplot.h>
Public Member Functions | |
| bool | operator== (const mpRange &other) const |
| bool | operator== (const mpRange &other) const |
Public Attributes | |
| double | min = 0.0f |
| double | max = 0.0f |
Represents a numeric range with minimum and maximum values.
This struct holds a range defined by min and max values. It supports equality comparison using the default operator==.
1.8.13