withY 抽象方法

Float32x4 withY(
  1. double y
)

返回一个新的 Float32x4 对象,它与此对象具有相同的值,但 y 值已更新。

实现

Float32x4 withY(double y);