MathPlot
Public Member Functions | Public Attributes | List of all members
mpRange Struct Reference

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
 

Detailed Description

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==.