Click or drag to resize

PeakFinderBaseRetainPeaks(FuncExtrema, Boolean) Method

Retains
C#
Extrema
in
C#
this
instance that don't satisfy the
C#
FilterDelegate
.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void RetainPeaks(
	Func<Extrema, bool> FilterDelegate
)

Parameters

FilterDelegate  FuncExtrema, Boolean
Returns false for
C#
Extrema
to be removed
See Also