operator [] method

double operator [](
  1. int i
)
override

Implementation

double operator [](int i) => storage[i];