Specifies the index of the value to get or set.
Gets or sets the value at the index specified.
[Visual Basic]
Public Default Property Item( _
ByVal i As Integer _
) As Double
[C#]
public double this[
int i
]; {get; set;}
Specifies the index of the value to get or set.
DoubleArray Class | DoubleArray Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.