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