scale method Null safety

Float64x2 scale(
  1. double s
)

Returns a copy of this each lane being scaled by s. Equivalent to this * new Float64x2.splat(s)

Implementation

Float64x2 scale(double s);