Float4Data constructor

Float4Data(
  1. int _max
)

Implementation

Float4Data(this._max) : data = Float32List(_max * 4);