Click or drag to resize

PeakFinderBaseItem Property

Gets the extrema via index operator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Extrema this[
	int i
] { get; }

Parameters

i  Int32
Extrema index

Return Value

Extrema
Extrema at index i
See Also