Vector<T>.Product Method
Gets the product of the elements of the vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The product of the elements.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual T Product()
Return Value
TThe product of the elements.