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