operator [] method

double operator [](
  1. int i
)

Implementation

double operator [](int i) => readFloat64(i * RFloat64.scalarByteSize);