OpenCvSharp.NativeMethods.vector_double_getPointer C# (CSharp) Method

vector_double_getPointer() private method

private vector_double_getPointer ( IntPtr vector ) : IntPtr
vector IntPtr
return IntPtr
        public static extern IntPtr vector_double_getPointer(IntPtr vector);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods