|
Kepler's Torus
|
Store lower inclusive and upper exclusive boundaries as container for interaction with random number generators. More...
#include <bounds.h>
Public Member Functions | |
| Bounds (double lower, double upper) | |
| bool | operator== (Bounds other) const |
| compare the given bounds for equality | |
| bool | contains (double val) const |
| Check whether the given value is within this object's boundaries. | |
Public Attributes | |
| double const | lower |
| double const | upper |
Store lower inclusive and upper exclusive boundaries as container for interaction with random number generators.
1.8.13