Returns the product of the components of a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static double Product(
Vector vector
)
Public Shared Function Product (
vector As Vector
) As Double
public:
static double Product(
Vector^ vector
)
static member Product :
vector : Vector -> float
Parameters
- vector
- Type: Extreme.MathematicsVector
A Vector.
Return Value
Type:
DoubleThe product of the components of
vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference