Scalar or array of any dimension of numeric or Boolean values.
b
Dimension along which to compute the product. b can be in a range of 1 to the maximum supported array dimension (32). If you do not assign a value to b, MathScript uses the first non-singleton dimension.
d
Output data type.
'double'
The output data type is double.
'native'
The output data type is the same data type as the input data type.
Outputs
c
Product of a. c is an array of the same size as a, except for the dimension the function works on. The size for the working dimension of c is 1.
A = [1:1:15]
C = prod(A)
Installed By: LabVIEW Communications System Design Suite (introduced in 1.0)
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
This site uses cookies to offer you a better browsing experience. Learn more about our privacy policy.