withY abstract method

Float64x2 withY(
  1. double y
)

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

Implementation

Float64x2 withY(double y);