scale method Null safety
- 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);
Returns a copy of this each lane being scaled by s
.
Equivalent to this * new Float64x2.splat(s)
Float64x2 scale(double s);