withY抽象方法

Float32x4 withY(
  1. double y
)

返回一个新的Float32x4,它与此Float32x4相同,但具有新的y值。

实现

Float32x4 withY(double y);