PowerTools SPREAD for Windows Forms 8.0J
GetDoubleValue メソッド


指定された指標
指定したインデックスにある倍精度値を取得します。
構文
'Declaration
 
Function GetDoubleValue( _
   ByVal index As Integer _
) As Double
'使用法
 
Dim instance As IChartSupportDataSource
Dim index As Integer
Dim value As Double
 
value = instance.GetDoubleValue(index)
double GetDoubleValue( 
   int index
)

パラメータ

index
指定された指標

戻り値の型

指定したインデックスにあるデータソースの倍精度。
参照

IChartSupportDataSource インタフェース
IChartSupportDataSource メンバ

 

 


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