DoubleArray 扩展

Array 上提供边界检查索引方法,其中 Double 是数组元素类型。

注解
  • @Since('2.13')

运算符

operator [](int index) double
operator []=(int index, double value) → void