withFlagX 抽象方法

Int32x4 withFlagX(
  1. bool x
)

返回一个新的 Int32x4,它是从 此对象 复制而来,并具有新的 x 值。

实现

Int32x4 withFlagX(bool x);