withFlagW 抽象方法

Int32x4 withFlagW(
  1. bool w
)

返回一个新的 Int32x4,它是从当前 Int32x4 复制的,并具有新的 w 值。

实现

Int32x4 withFlagW(bool w);