PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (DoubleCollection)


倍精度値のインデックス。
指定したインデックスにある倍精度値を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Double
'使用法
 
Dim instance As DoubleCollection
Dim index As Integer
Dim value As Double
 
instance.Item(index) = value
 
value = instance.Item(index)
public double this[ 
   int index
]; {get; set;}

パラメータ

index
倍精度値のインデックス。

プロパティ値

倍精度値。
参照

DoubleCollection クラス
DoubleCollection メンバ

 

 


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