CoreImpl2D.Index2D.Index2D C# (CSharp) Method

Index2D() public method

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

Same methods

Index2D::Index2D ( ) : System