api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Returns a copy of this Float64x2 each lane being scaled by s. Equivalent to this * new Float64x2.splat(s)
s
Float64x2 scale(double s);