Vector.Product<T> Method
Returns the product of the components of a vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The product of the components of vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T Product<T>(
this Vector<T> vector
)
Parameters
Type Parameters
- T
Return Value
TThe product of the components of vector.