withW 抽象方法

Int32x4 withW(
  1. int w
)

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

实现

Int32x4 withW(int w);