Float32x4.zero constructor

Float32x4.zero()

Creates a Float32x4 with all values being zero.

The created value has the same Float32x4.x, Float32x4.y, Float32x4.z and Float32x4.w value, which is the 32-bit floating point zero value.

Implementation

external factory Float32x4.zero();