withZ abstract method
- double z
This value, but with the value of the Float32x4.z lane set to z
.
Returns a new Float32x4 with the same values for the x, y
and w lanes as this value, and with a Float32x4.z lane
having the value z
converted to a 32-bit floating point number.
Implementation
Float32x4 withZ(double z);