バージョン

Add メソッド (NumericDataPointCollection)

NumericDataPointをこのコレクションに追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal point As NumericDataPoint _
) As Integer
public int Add( 
   NumericDataPoint point
)

パラメータ

point
追加するNumericDataPoint。

戻り値の型

新しく追加したNumericDataPointのコレクション内のインデックス。
参照