Float32x4.zero constructor

Float32x4.zero()

Creates a Float32x4 with all values being zero.

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

Implementation

external factory Float32x4.zero();