a * b
|
Group |
Multiplies the values a and b.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
|
b |
Value. |
Examples
|
Parameter a |
Parameter b |
Result |
|
0.0 |
||
|
1 |
2 |
2.0 |
|
1.5 |
1.5 |
2.25 |