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
JScript supports the use of indexed properties, but not the declaration of new ones.

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

See Also