NativeMethodscore_solveCubic Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_solveCubic(System.IntPtr,System.IntPtr,System.Int32@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_solveCubic( IntPtr coeffs, IntPtr roots, out int returnValue )
Public Shared Function core_solveCubic ( coeffs As IntPtr, roots As IntPtr, <OutAttribute> ByRef returnValue As Integer ) As ExceptionStatus
public: static ExceptionStatus core_solveCubic( IntPtr coeffs, IntPtr roots, [OutAttribute] int% returnValue )
static member core_solveCubic : coeffs : IntPtr * roots : IntPtr * returnValue : int byref -> ExceptionStatus
[Missing <param name="coeffs"/> documentation for "M:OpenCvSharp.NativeMethods.core_solveCubic(System.IntPtr,System.IntPtr,System.Int32@)"]
[Missing <param name="roots"/> documentation for "M:OpenCvSharp.NativeMethods.core_solveCubic(System.IntPtr,System.IntPtr,System.Int32@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_solveCubic(System.IntPtr,System.IntPtr,System.Int32@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_solveCubic(System.IntPtr,System.IntPtr,System.Int32@)"]