IBinning Interface |
public interface IBinning : ICloneable
The IBinning type exposes the following members.
Name | Description | |
---|---|---|
CalculateBinPositionsFromSortedList | Calculates the bin positions, the width of the bins and the number of bins from a sorted list containing the data ensemble. This does not calculate the bins itself. To do this, use CalculateBinsFromSortedList(IReadOnlyListDouble) | |
CalculateBinsFromSortedList | Calculates the bins from sorted list containing the data ensemble. | |
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |