withZ abstract method

Float32x4 withZ(
  1. double z
)

Returns a new Float32x4 copied from this with a new z value.

Implementation

Float32x4 withZ(double z);