Click or drag to resize

BinWidth Property

Gets the width of the bin. i.e. the difference between the UpperBound and the LowerBound of the bin.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Width { get; }

Property Value

Double
The width of the bin.
See Also