withZ 抽象方法

Int32x4 withZ(
  1. int z
)

返回一个新的 Int32x4,其值从当前对象复制,但 z 值不同。

实现

Int32x4 withZ(int z);