DataCollection
SetItem(Int32,Double) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1LengthList クラス : SetItem(Int32,Double) メソッド
The index to set the value.
The value to be set.
Sets an item at the specified index.
シンタックス
'宣言
 
Public Function SetItem( _
   ByVal index As System.Integer, _
   ByVal value As System.Double _
) As System.Double
public System.double SetItem( 
   System.int index,
   System.double value
)

パラメータ

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.
参照

C1LengthList クラス
C1LengthList メンバ