Click or drag to resize

HistogramCreationOptionsIgnoreInfinity Property

Gets or sets a value indicating whether to ignore infinite values.

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

Property Value

Boolean
true to ignore infinite values; otherwise, false.
See Also