Computes the product of the inputs with a configurable output width, overflow handling, and an optional overflow output terminal.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description | ||
|---|---|---|---|
| Output Width | Specifies the width of the output data type. The output is signed if either input is signed. The output is unsigned if both inputs are unsigned.
Contains the following options:
| ||
| Overflow | Contains the following options:
|
| Parameter | Description |
|---|---|
| x | Specifies an input that is an 8-, 16-, or 32-bit signed or unsigned integer. |
| y | Specifies an input that is an 8-, 16-, or 32-bit signed or unsigned integer. |
| Parameter | Description |
|---|---|
| x*y | Returns the product of x and y. If the result exceeds the range of the data type, LabVIEW returns the value defined by the Mode you select in the configuration dialog box. |
| overflow | Returns TRUE when the actual result of the calculation exceeds the range of the output data type if you place a checkmark in the Show overflow terminal checkbox in the configuration dialog box. |