OpenCvSharp.NativeMethods.vector_float_getSize C# (CSharp) Method

vector_float_getSize() private method

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