Click or drag to resize

HistogramCreationOptionsIgnoreNaN Property

Gets or sets a value indicating whether to ignore NaN (Not-A-Number) values.

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

Property Value

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