withZ 抽象方法

Int32x4 withZ(
  1. int z
)

返回一个新的 Int32x4,它从本 Int32x4 复制,并具有新的 z 值。

实现

Int32x4 withZ(int z);