Locates the Indices in the vector preceeding the peak.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override List<int> LocatePeakIndices()
Visual Basic (Declaration)
Public Overrides Function LocatePeakIndices As List(Of Integer)
Visual C++
public:
virtual List<int>^ LocatePeakIndices() override

Return Value

A integer
CopyC#
List
of peak indices.

See Also