mult
Summary
Functional equivalent of a * b.
Tip
This is an operator function.
Examples
1 2 | |
Parameters
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
Return
number
Summary
Functional equivalent of a * b.
Tip
This is an operator function.
1 2 | |
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
number