Dart API Reference
dart:typed_data
Float64x2
scale
scale
method
Returns a copy of this each lane being scaled by s. Equivalent to this * new Float64x2.splat(s)
Float64x2
scale
(
double
s
)
Returns a copy of this each lane being scaled by s. Equivalent to this * new Float64x2.splat(s)