Returns the peaks found in this curve as an array.
Namespace:
PalmSensAssembly: PalmSens (in PalmSens.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public CFALevelList..::.Level this[ int i ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ i As Integer _ ) As CFALevelList..::.Level |
| Visual C++ |
|---|
public: property CFALevelList..::.Level^ default[int i] { CFALevelList..::.Level^ get (int i); } |
Parameters
- i
- Type: System..::.Int32