wavelet_util
Class bell_curves.low_high

java.lang.Object
  |
  +--wavelet_util.bell_curves.low_high
Enclosing class:
bell_curves

private class bell_curves.low_high
extends java.lang.Object

Encapsulate the low and high values of a number range


Field Summary
 double high
           
 double low
           
 
Constructor Summary
bell_curves.low_high()
           
bell_curves.low_high(double l, double h)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

low

public double low

high

public double high
Constructor Detail

bell_curves.low_high

public bell_curves.low_high()

bell_curves.low_high

public bell_curves.low_high(double l,
                            double h)