Dart SDK
dart:typed_data
Float64x2
scale
method
scale
Float64x2
Properties
x
y
signMask
Constructors
Float64x2
splat
zero
fromFloat32x4
Operators
operator +
operator unary-
operator -
operator *
operator /
Methods
scale
abs
clamp
withX
withY
min
max
sqrt
Float64x2
scale
(
double
s
)
Returns a copy of this each lane being scaled by s. Equivalent to this * new Float64x2.splat(s)