Click or drag to resize

HistogramCreationOptionsLowerBoundaryToIgnore Property

If not null, all values less than that value are ignored. Use IsLowerBoundaryInclusive 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? LowerBoundaryToIgnore { get; set; }

Property Value

NullableDouble
The lower boundary to ignore.
See Also