Skip to content

mult

Summary

Functional equivalent of a * b.

Tip

This is an operator function.

Examples

1
2
map(mult(2))([5,10,15]);
//=> [10,20,30]

Parameters

Name Type Description
a number
b number

Return

number

AltStyle によって変換されたページ (->オリジナル) /