Click or drag to resize

HistogramCreationOptionsUpperBoundaryToIgnore Property

If not null, all values greater than that value are ignored. Use IsUpperBoundaryInclusive to determine whether this boundary is inclusive or exclusive.

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

Property Value

NullableDouble
The upper boundary to ignore.
See Also