operator [] method

double operator [](
  1. int i
)

Implementation

double operator [](int i) => readFloat32(i * RFloat32.scalarByteSize);