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