ILNumerics Ultimate VS

ILMathcumprod Method (BaseArrayUInt16, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static RetArray<ushort> cumprod(
	BaseArray<ushort> A,
	int dim = -1
)

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: RetArrayUInt16
New array with the same shape as A.
Remarks

[ILNumerics Computing Engine]

See Also

Reference