mult()

指定されたキーに現在格納されている値に、与えられた数を掛けます。 その積が、以前に辞書に格納されていた値を置き換えます。

実例

シンタックス

mult(Key, Amount)

パラメーター

Key
Number:

掛け算したい値のキー

Amount
Number:

値に掛ける数

Notice any errors or typos? Please let us know. Please feel free to edit src/data/p5.TypedDict.js and open a pull request!

関連するリファレンス