Range - upper and lower bounds of some type.
More...
#include <clipper_stats.h>
List of all members.
Public Member Functions
null constructor
Range (const T &min, const T &max)
constructor
minimum value
maximum value
range = max - min
update limits to include a new datum
test if data is within limits ( min <= datum <= max )
truncate data to be within range
Detailed Description
template<class T = ftype>
class clipper::Range< T >
Range - upper and lower bounds of some type.
The documentation for this class was generated from the following file: