Class: MoreMath::Histogram::Bin
- Defined in:
- lib/more_math/histogram.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
6 7 8 |
# File 'lib/more_math/histogram.rb', line 6 def count @count end |
#left ⇒ Object
Returns the value of attribute left
6 7 8 |
# File 'lib/more_math/histogram.rb', line 6 def left @left end |
#right ⇒ Object
Returns the value of attribute right
6 7 8 |
# File 'lib/more_math/histogram.rb', line 6 def right @right end |