Click or drag to resize

HistogramCreationOptionsIsUpperBoundaryInclusive Property

Designates whether the upper is boundary inclusive. If true, all values greater than or equal to UpperBoundaryToIgnore are ignored. If false, only values greater than UpperBoundaryToIgnore 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 IsUpperBoundaryInclusive { get; set; }

Property Value

Boolean
See Also