バージョン

Triangulator コンストラクタ

シンタックス
'宣言
 
Public Function New( _
   ByVal count As Integer, _
   ByVal xColumn As IList(Of Double), _
   ByVal yColumn As IList(Of Double) _
)
public Triangulator( 
   int count,
   IList<double> xColumn,
   IList<double> yColumn
)

パラメータ

count
xColumn
yColumn
参照