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