Gets the product of the elements of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> CumulativeProductInto(
Vector<T> result
)
Public Overridable Function CumulativeProductInto (
result As Vector(Of T)
) As Vector(Of T)
public:
virtual Vector<T>^ CumulativeProductInto(
Vector<T>^ result
)
abstract CumulativeProductInto :
result : Vector<'T> -> Vector<'T>
override CumulativeProductInto :
result : Vector<'T> -> Vector<'T>
Parameters
- result
- Type: Extreme.MathematicsVectorT
Return Value
Type:
VectorTThe product of the elements.
Reference