DimSeg

Constructors

this
this(double a, double b)

set this.min as min(a,b), this.max as max(a,b)

Members

Functions

diff
double diff()

max - min

stepExpand
void stepExpand(double step)

quantize!round max and min by step and add and sub step

Variables

max
double max;
min
double min;

Meta