withW 抽象方法

Float32x4 withW(
  1. double w
)

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

实现

Float32x4 withW(double w);