NativeMethodscore_MatExpr_dot Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_MatExpr_dot( IntPtr self, IntPtr m )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_MatExpr_dot ( self As IntPtr, m As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_MatExpr_dot( IntPtr self, IntPtr m )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_MatExpr_dot : self : IntPtr * m : IntPtr -> float
OpenCvSharp.NativeMethods.core_MatExpr_dot = function(self, m);