withY 抽象方法

Int32x4 withY(
  1. int y
)

返回一个新的 Int32x4 对象,该对象从当前 Int32x4 对象复制,并具有新的 y 值。

实现

Int32x4 withY(int y);