withFlagZ 抽象方法

Int32x4 withFlagZ(
  1. bool z
)

返回一个新的 Int32x4,它是从 中复制而来,并有一个新的 z 值。

实现

Int32x4 withFlagZ(bool z);