curve with specified index
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Default ReadOnly Property Item( _ ByVal i As Integer _ ) As Curve |
| C# |
|---|
| public Curve this[ int i ] { get; } |
| C++ |
|---|
| public property Curve default[int i] sealed { Curve get(int i); } |
| J# |
|---|
| /** property */ public Curve get_Item(int i); |
| JScript |
|---|
Parameters
- i
Missing <param name="i"> tag for "P:PalmSens.Measurement.Item(System.Int32)"
Property Value
Missing <value> tag for "P:PalmSens.Measurement.Item(System.Int32)"