withW abstract method

Float32x4 withW(
  1. double w
)

This value, but with the value of the Float32x4.w lane set to w.

Returns a new Float32x4 with the same values for the x, y and z lanes as this value, and with a Float32x4.w lane having the value w converted to a 32-bit floating point number.

Implementation

Float32x4 withW(double w);