Vector<T>.Cumulative Product Method
Returns the cumulative product of the elements of the vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
The cumulative product of the elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public Vector<T> CumulativeProduct()
Return Value
Vector<T>The cumulative product of the elements.