Kepler's Torus
Public Member Functions | Public Attributes | List of all members
Bounds Struct Reference

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
 

Detailed Description

Store lower inclusive and upper exclusive boundaries as container for interaction with random number generators.

Definition at line 8 of file bounds.h.


The documentation for this struct was generated from the following file: