BoundedDouble constructor

BoundedDouble(
  1. double bottom,
  2. double top
)

Implementation

BoundedDouble(this.bottom, this.top) : super();