withZ抽象方法

Float32x4 withZ(
  1. double z
)

返回一个新的Float32x4对象,它从这个Float32x4对象复制而来,并具有新的z值。

实现

Float32x4 withZ(double z);