ILNumerics - Technical Application Development 
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
New array with the same shape as A.
 
 
Computes the product of elements of A along the specified dimension.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsBaseArrayUInt16
 Input array.
- dim (Optional)
- Type: SystemInt32
 [Optional] The dimension index of the working dimension. Default: (-1) work along the first non-singleton dimension or along dimension #0.
Return Value
Type: RetArrayUInt16New array with the same shape as A.
Remarks
[ILNumerics Computing Engine]
See Also
