C# Class YAMP.MatrixIndex

Information about a specific matrix index.
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
MatrixIndex ( int row, int column ) : System

Creates a new instance and sets the given properties.

Method Details

MatrixIndex() public méthode

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.
Résultat System