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