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.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double? LowerBoundaryToIgnore { get; set; }
Property Value
NullableDouble
The lower boundary to ignore.
See Also