scale 抽象方法

Float64x2 scale(
  1. double s
)

返回一个副本 this,每个通道通过 s 缩放。等效于 this * new Float64x2.splat(s)

实现

Float64x2 scale(double s);