scale 抽象方法

Float64x2 scale(
  1. double s
)

返回此 Float64x2 的一个副本,每个通道按 s 缩放。相当于此 * new Float64x2.splat(s)

实现

Float64x2 scale(double s);