Float32x4 withX(
double x
)

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

Source

/// Returns a new [Float32x4] copied from [this] with a new x value.
Float32x4 withX(double x);