Float64Array constructor

Float64Array(
  1. int size
)

Implementation

Float64Array(int size) : super(size);