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.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Func<double, bool> GetValueExcludingFunction()
Return Value
FuncDouble,
BooleanFunction 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