Instance Method インスタンスメソッド

scale(by:)

Multiplies each component of this value by the given value. この値の各構成要素をこの与えられた値で乗算します。

Declaration 宣言

mutating func scale(by rhs: Double)

See Also 参照

Manipulating Values