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 T Product()
Public Overridable Function Product As T
public:
virtual T Product()
abstract Product : unit -> 'T
override Product : unit -> 'T
Return Value
Type:
TThe product of the elements.
Reference