C# Класс YAMP.MatrixIndex

Information about a specific matrix index.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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