withY 抽象方法

Int32x4 withY(
  1. int y
)

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

实现

Int32x4 withY(int y);