Float64x2 scale(
double s
)

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

Source

/// Returns a copy of [this] each lane being scaled by [s].
/// Equivalent to this * new Float64x2.splat(s)
Float64x2 scale(double s);