Click or drag to resize

IBinning Interface

Interface to a binning (for instance LinearBinning or LogarithmicBinning.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IBinning : ICloneable

The IBinning type exposes the following members.

Properties
 NameDescription
Public propertyBins Gets the bins.
Top
Methods
 NameDescription
Public methodCalculateBinPositionsFromSortedList 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)
Public methodCalculateBinsFromSortedList Calculates the bins from sorted list containing the data ensemble.
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Top
See Also