NativeMethodscore_Mat_push_back_double Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_push_back_double( IntPtr self, double v )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_push_back_double ( self As IntPtr, v As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_push_back_double( IntPtr self, double v )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_push_back_double : self : IntPtr * v : float -> unit
OpenCvSharp.NativeMethods.core_Mat_push_back_double = function(self, v);