Gets the product of the elements of the vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference