public class DiscreteIntHistogramBinFactory.DiscreteIntHistogramBin extends HistogramBin<T>
Constructor and Description |
---|
DiscreteIntHistogramBin(T t,
HistogramKey<T> k) |
Modifier and Type | Method and Description |
---|---|
T |
getLowerBound()
Returns the lower bound of this bin.
|
T |
getUpperBound()
Returns the upper bound of this bin.
|
public DiscreteIntHistogramBin(T t, HistogramKey<T> k)
public T getLowerBound()
HistogramBin
getLowerBound
in class HistogramBin<T extends IntegerType<T>>
public T getUpperBound()
HistogramBin
getUpperBound
in class HistogramBin<T extends IntegerType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.