'宣言
Public Function New( _ ByVal height As Length, _ ByVal cells As IEnumerable(Of MatrixCell) _ )
public MatrixRow( Length height, IEnumerable<MatrixCell> cells )
パラメータ
- height
- 行列の行の高さ。
- cells
- セル コレクション。
'宣言
Public Function New( _ ByVal height As Length, _ ByVal cells As IEnumerable(Of MatrixCell) _ )
public MatrixRow( Length height, IEnumerable<MatrixCell> cells )