Returns the location of the peak as indexnumber. This field is read-only.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly PeakIndex As Integer
C#
public readonly int PeakIndex;
C++
public:
 const int PeakIndex sealed ;
J#
public final int PeakIndex
JScript
public const var PeakIndex : int;

See Also