Click or drag to resize

HistogramCreationInformationNumberOfValuesOriginal Property

Gets or sets the number of original values (before filtering).

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

Property Value

Int32
The number of ensemble values before filtering.
See Also