Float64x2.zero constructor

Float64x2.zero()

Creates a Float64x2 with all values being zero.

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

Implementation

external factory Float64x2.zero();