 | PeakFinderSavitzkyGolayLocatePeakIndices Method |
Locates the Indices in the vector preceeding the peak.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override List<int> LocatePeakIndices()
Public Overrides Function LocatePeakIndices As List(Of Integer)
public:
virtual List<int>^ LocatePeakIndices() override
abstract LocatePeakIndices : unit -> List<int>
override LocatePeakIndices : unit -> List<int>
Return Value
ListInt32A integer
of peak indices.
See Also