Float32Array constructor

Float32Array(
  1. int size
)

Implementation

Float32Array(int size) : super(size);