Float64x2 withY(
double y
)

Returns a new Float64x2 copied from this with a new y value.

Source

/// Returns a new [Float64x2] copied from [this] with a new y value.
Float64x2 withY(double y);