operator [] method

double operator [](
  1. Tuple2<int, int> ij
)

Implementation

double operator [](Tuple2<int, int> ij) => getValue(ij);