withW 抽象方法

Float32x4 withW(
  1. double w
)

返回一个新的 Float32x4,它是从当前对象复制而来,并且具有新的 w 值。

实现

Float32x4 withW(double w);