Multiply Array Elements Function

Owning Palette: Numeric VIs and Functions

Requires: Base Development System

Returns the product of all the elements in numeric array. If numeric array is an empty array, the function returns a value of 1. If numeric array contains only one element, the function returns that element.

The connector pane displays the default data types for this polymorphic function.

Details  Example

 Add to the block diagram  Find on the palette
numeric array can have any number of dimensions.
product is of the same data type and structure as the elements in numeric array.

Multiply Array Elements Details

Note  You cannot use this function with fixed-point numbers. If you wire fixed-point numbers to this function, the VI appears with a broken Run button.

Example

Refer to the Numeric Functions VI in the labview\examples\Numerics directory for an example of using the Multiply Array Elements function.

 Open example  Find related examples