HistogramCreationOptionsIgnoreNaN Property |
Gets or sets a value indicating whether to ignore NaN (Not-A-Number) values.
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IgnoreNaN { get; set; }
Property Value
Booleantrue to ignore NaN values ; otherwise,
false.
See Also