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 CFALevelList.Level
C#
public CFALevelList.Level this[
   int i
] { get; }
C++
public property CFALevelList.Level default[int i] sealed  {
    CFALevelList.Level get(int i);
}
J#
/** property */
public CFALevelList.Level 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.CFALevelList.Item(System.Int32)"

Property Value

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

See Also