Click or drag to resize

PeakFinderRuleBasedRemoveRule Method

Removes a peak filtering rule.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void RemoveRule(
	PeakFinderRuleBasedRules rule
)

Parameters

rule  PeakFinderRuleBasedRules

[Missing <param name="rule"/> documentation for "M:CenterSpace.NMath.Core.PeakFinderRuleBased.RemoveRule(CenterSpace.NMath.Core.PeakFinderRuleBased.Rules)"]

Remarks
Either LocatePeaks() or LocatePeakIndices() must be run to get an updated peaks list with the new rule list applied.
See Also