Returns the peaks found in this curve as an array.


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

Syntax

Visual Basic (Declaration)
Public Default ReadOnly Property Item( _ 
   ByVal i As Integer _ 
) As Peak
C#
public Peak this[
   int i
] { get; }
C++
public property Peak default[int i] sealed  {
    Peak get(int i);
}
J#
/** property */
public Peak get_Item(int i);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

i

Missing <param name="i"> tag for "P:PalmSens.PeakList.Item(System.Int32)"

Property Value

Missing <value> tag for "P:PalmSens.PeakList.Item(System.Int32)"

See Also