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.3179.0 (4.8.3179.0)
Syntax
C#
public Func<double, bool> GetValueExcludingFunction()

Return Value

FuncDouble, Boolean
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 of this function is true if the value given in the argument should be excluded from further processing.
See Also