Click or drag to resize

PeakFinderBaseLocatePeakIndices Method

Locates the Indices in the vector preceeding the peak.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract List<int> LocatePeakIndices()

Return Value

ListInt32
A
C#
List
of peak Indices.
See Also