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 |
|---|
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)"