| VectorOfDoubleToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Double
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic double[] ToArray()
Public Function ToArray As Double()
public:
array<double>^ ToArray()
member ToArray : unit -> float[]
Return Value
Type:
DoubleAn array of Double
See Also