Click or drag to resize

PeakFinderBaseSelectPeaks Method

Note: This API is now obsolete.

Deprecated. Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[ObsoleteAttribute("Use SelectPeaksReverseOrder() for the identical functionality.  See also SelectedPeaksForwardOrder().")]
public List<Extrema> SelectPeaks(
	Func<Extrema, bool> FilterDelegate
)

Parameters

FilterDelegate  FuncExtrema, Boolean
The filter delegate

Return Value

ListExtrema
A list of Extrema that satisified the delegate (returned true).
See Also