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


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

パラメータ

index
itemsを挿入する位置のインデックス。
items
倍精度値の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)です。
参照

DoubleCollection クラス
DoubleCollection メンバ

 

 


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