withX 抽象方法

Float32x4 withX(
  1. double x
)

返回一个新的 Float32x4 实例,它是从当前实例复制而来,但是具有新的 x 值。

实现

Float32x4 withX(double x);