ILNumerics - Technical Application Development
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array of the same shape as flatten(BaseArrayBoolean, StorageOrders) with cumulative products of all elements.
[numpy API] Computes the cumulative product for all elements of a flattened version of A.
[ILNumerics numpy Module]
Namespace: ILNumerics
Assembly: ILNumerics.numpy (in ILNumerics.numpy.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<ushort> cumprod( this ConcreteArray<ushort, Array<ushort>, InArray<ushort>, OutArray<ushort>, RetArray<ushort>, Storage<ushort>> A )
Parameters
- A
- Type: ILNumerics.Core.ArraysConcreteArrayUInt16, ArrayUInt16, InArrayUInt16, OutArrayUInt16, RetArrayUInt16, StorageUInt16
The source array. This will not be altered.
Return Value
Type: RetArrayUInt16Array of the same shape as flatten(BaseArrayBoolean, StorageOrders) with cumulative products of all elements.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ConcreteArrayUInt16, ArrayUInt16, InArrayUInt16, OutArrayUInt16, RetArrayUInt16, StorageUInt16. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Remarks
[ILNumerics numpy Module]
See Also