C# Class Matrix, csharp

ファイルを表示 Open project: exercism/csharp Class Usage Examples

Public Methods

Method Description
Column ( int col ) : int[]
Matrix ( string input ) : System
Row ( int row ) : int[]

Method Details

Column() public method

public Column ( int col ) : int[]
col int
return int[]

Matrix() public method

public Matrix ( string input ) : System
input string
return System

Row() public method

public Row ( int row ) : int[]
row int
return int[]