Item Property (DoubleArray)
In This Topic
Gets or sets the value at the index specified.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Double
public double this[
int
]; {get; set;}
Parameters
- i
Specifies the index of the value to get or set.
See Also