Class: Termplot::Widgets::HistogramWidget::Bin
- Inherits:
-
Struct
- Object
- Struct
- Termplot::Widgets::HistogramWidget::Bin
- Defined in:
- lib/termplot/widgets/histogram_widget.rb
Instance Method Summary collapse
Instance Method Details
#midpoint ⇒ Object
159 160 161 |
# File 'lib/termplot/widgets/histogram_widget.rb', line 159 def midpoint (max + min) / 2 end |
#size ⇒ Object
155 156 157 |
# File 'lib/termplot/widgets/histogram_widget.rb', line 155 def size max - min end |