HistogramCreationInformationNumberOfNaNValues Property |
Gets or sets the number of ensemble values containing NaN (not-a-number).
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int NumberOfNaNValues { get; set; }
Property Value
Int32
The number of NaN values.
See Also