MULTIPLY Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
•20.3 |
|
|
|
|
•44.5 |
|
| |||
|
|
|
|
•20.3 |
|
|
|
|
903.4 |
No Condition Flag is set. The product was rounded from 903.35
Example 2:
|
|
|
|
|
|
|
|
|
•30 |
|
|
|
|
•710.2 |
|
| |||
|
|
|
|
•30 |
|
|
|
|
1306.0 |
The OVER Condition Flag is set. RECVING was too small to contain 21306.0. The LESS and ZERO Condition Flags are unpredictable.
Example 3:
|
|
|
|
|
|
|
|
|
|
|
|
|
••25.25 |
|
| |||
|
|
|
|
••26.51 |
No Condition Flag is set. RECVING was truncated from 26.5125.
Example 4:
|
|
|
|
|
|
|
|
|
|
|
|
|
•20.3 |
|
|
|
|
•44.5 |
|
|
|
|
•••.0 |
|
| |||
|
|
|
|
•20.3 |
|
|
|
|
•44.5 |
|
|
|
|
903.4 |
No Condition Flag is set. The product was rounded from 903.35.
Example 5:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Multiplies the value in each array element of ARRAY1 by the current value in X placing the result in each individual array element.
![]() |