operator [] method

dynamic operator [] (int i)

Allowing access of any cell by using Xk

Implementation

operator [](int i) => this.data[i];