C# Class CoreImpl2D.Index2D

Двумерный индекс
Inheritance: IIndex
Show file Open project: sergey-and-valya/load-balancing Class Usage Examples

Public Methods

Method Description
Index2D ( ) : System

Двумерный индекс

Index2D ( int i, int j ) : System

Двумерный индекс

this ( int dimension ) : int

Method Details

Index2D() public method

Двумерный индекс
public Index2D ( ) : System
return System

Index2D() public method

Двумерный индекс
public Index2D ( int i, int j ) : System
i int Первая компонента индекса
j int Вторая компонента индекса
return System

this() public method

public this ( int dimension ) : int
dimension int
return int