|
OctaveEnvironmentprod Method
|
Product of vector elements.
Namespace:
Accord.Math.Environments
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected static double prod(
double[] vector
)
Protected Shared Function prod (
vector As Double()
) As Double
Request Example
View SourceParameters
- vector
- Type: SystemDouble
Return Value
Type:
DoubleSee Also