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