withFlagZ 抽象方法

Int32x4 withFlagZ(
  1. bool z
)

返回一个新的 Int32x4,它复制自当前的 Int32x4,并具有新的 z 值。

实现

Int32x4 withFlagZ(bool z);