PowerTools SPREAD for Windows Forms 8.0J
Insert メソッド (DoubleCollection)


itemを挿入する位置のインデックス。
倍精度値。
コレクションの指定したインデックスに倍精度値を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Double _
) 
'使用法
 
Dim instance As DoubleCollection
Dim index As Integer
Dim item As Double
 
instance.Insert(index, item)
public void Insert( 
   int index,
   double item
)

パラメータ

index
itemを挿入する位置のインデックス。
item
倍精度値。
参照

DoubleCollection クラス
DoubleCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.