C# 클래스 YAMP.MatrixIndex

Information about a specific matrix index.
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
MatrixIndex ( int row, int column ) : System

Creates a new instance and sets the given properties.

메소드 상세

MatrixIndex() 공개 메소드

Creates a new instance and sets the given properties.
public MatrixIndex ( int row, int column ) : System
row int The 1-based row index.
column int The 1-based column index.
리턴 System