| VectorOfDouble Constructor (Double) |
http://www.emgu.com
Create an standard vector of Double with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfDouble(
double[] values
)
Public Sub New (
values As Double()
)
public:
VectorOfDouble(
array<double>^ values
)
new :
values : float[] -> VectorOfDoubleParameters
- values
- Type: SystemDouble
The initial values
See Also