Click or drag to resize

HistogramCreationOptionsIsLowerBoundaryInclusive Property

Designates whether the lower boundary is inclusive. If true, all values less than or equal to LowerBoundaryToIgnore are ignored. If false, only values less than LowerBoundaryToIgnore are ignored.

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

Property Value

Boolean
See Also