NativeMethodscore_solveLP Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_solveLP( IntPtr func, IntPtr constr, IntPtr z )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_solveLP ( func As IntPtr, constr As IntPtr, z As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_solveLP( IntPtr func, IntPtr constr, IntPtr z )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_solveLP : func : IntPtr * constr : IntPtr * z : IntPtr -> int
OpenCvSharp.NativeMethods.core_solveLP = function(func, constr, z);