Sets an item at the specified index.
'宣言
Public Function SetItem( _
ByVal As System.Integer, _
ByVal As System.Double _
) As System.Double
public System.double SetItem(
System.int ,
System.double
)
パラメータ
- index
- The index to set the value.
- value
- The value to be set.
戻り値の型
Returns a delta value indicating the difference between the previous and the set value.