Interface BinBag.Bin

Enclosing class:
BinBag

public static interface BinBag.Bin
Describes the extent of a bin and the value it contains.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the upper bound of this bin.
    double
    Returns the lower bound of this bin.
    double
    Returns the value so far accumulated into this bin.
  • Method Details

    • getXMin

      double getXMin()
      Returns the lower bound of this bin.
      Returns:
      axis minimum of bin
    • getXMax

      double getXMax()
      Returns the upper bound of this bin.
      Returns:
      axis maximum of bin
    • getY

      double getY()
      Returns the value so far accumulated into this bin.
      Returns:
      bin value