OpenCvSharp.NativeMethods.core_Mat_operatorGE_MatDouble C# (CSharp) Method

core_Mat_operatorGE_MatDouble() private method

private core_Mat_operatorGE_MatDouble ( IntPtr a, double b ) : IntPtr
a IntPtr
b double
return IntPtr
        public static extern IntPtr core_Mat_operatorGE_MatDouble(IntPtr a, double b);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods