withY抽象方法

Float64x2 withY(
  1. double y
)

返回一个新的Float64x2,它是从当前Float64x2复制而来,并带有新的y值。

实现

Float64x2 withY(double y);