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