scale 抽象方法

Float32x4 scale(
  1. double s
)

返回一个副本 this 每个通道都被 s 缩放。相当于 this * new Float32x4.splat(s)

实现

Float32x4 scale(double s);