Gets the product of the elements of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> CumulativeProduct()
Public Function CumulativeProduct As Vector(Of T)
public:
Vector<T>^ CumulativeProduct()
member CumulativeProduct : unit -> Vector<'T>
Return Value
Type:
VectorTThe product of the elements.
Reference