withFlagX 抽象方法

Int32x4 withFlagX(
  1. bool x
)

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

实现

Int32x4 withFlagX(bool x);