Click or drag to resize

HistogramCreationOptionsGetValueExcludingFunction Method

Gets a function that can be used to determine whether a value of a data ensemble should be excluded.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Func<double, bool> GetValueExcludingFunction()

Return Value

FuncDouble, Boolean
A function that determines whether a value of a data set should be excluded. The argument of the returned function is the value from the data set. The return value is true if the value should be excluded from further processing.
See Also