withY抽象方法

Float64x2 withY(
  1. double y
)

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

实现

Float64x2 withY(double y);