C# 클래스 Matrix, csharp

파일 보기 프로젝트 열기: exercism/csharp 1 사용 예제들

공개 메소드들

메소드 설명
Column ( int col ) : int[]
Matrix ( string input ) : System
Row ( int row ) : int[]

메소드 상세

Column() 공개 메소드

public Column ( int col ) : int[]
col int
리턴 int[]

Matrix() 공개 메소드

public Matrix ( string input ) : System
input string
리턴 System

Row() 공개 메소드

public Row ( int row ) : int[]
row int
리턴 int[]