withFlagY 抽象方法

Int32x4 withFlagY(
  1. bool y
)

返回一个新的 Int32x4,它从这个 Int32x4 复制而来,并具有新的 y 值。

实现

Int32x4 withFlagY(bool y);