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