シンタックス
'宣言
Public Sub Calculate( _
ByVal () As System.Double, _
ByVal () As System.Double, _
ByVal As System.Nullable(Of ChartType), _
Optional ByVal As System.Collections.Generic.List(Of String) _
)
public void Calculate(
System.double[] ,
System.double[] ,
System.Nullable<ChartType> ,
System.Collections.Generic.List<string>
)
パラメータ
- xvals
- yvals
- type
- names
参照