バージョン

Add メソッド (NumericTimeDataPointCollection)

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

パラメータ

point
コレクションに追加するNumericTimeDataPoint。

戻り値の型

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