Represents a single bin, which has a start, end, and count.
Creates a Bin object.
The start of the range of the bin.
The end of the range of the bin.
The number of values that fall within the range of this bin.
Gets the start of the range of the bin.
The start of the range of the bin, as a Value object.
Gets the end of the range of the bin.
The end of the range of the bin, as a Value object.
Gets the number of values that fall within the range of this bin.
Typedef for a vector of Bin objects.