Locates the Indices in the vector preceeding the peak.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public abstract List<int> LocatePeakIndices() |
| Visual Basic (Declaration) |
|---|
Public MustOverride Function LocatePeakIndices As List(Of Integer) |
| Visual C++ |
|---|
public: virtual List<int>^ LocatePeakIndices() abstract |
Return Value
AList