'Declaration Public Function New( _ ByVal height As Length, _ ByVal cells As IEnumerable(Of MatrixCell) _ )
public MatrixRow( Length height, IEnumerable<MatrixCell> cells )
Parameters
- height
- The height of the matrix row.
- cells
- The cells collection.
'Declaration Public Function New( _ ByVal height As Length, _ ByVal cells As IEnumerable(Of MatrixCell) _ )
public MatrixRow( Length height, IEnumerable<MatrixCell> cells )