withZ 抽象方法

Float32x4 withZ(
  1. double z
)

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

实现

Float32x4 withZ(double z);