NativeMethodsvector_double_new3 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr vector_double_new3( double[] data, IntPtr dataLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function vector_double_new3 ( data As Double(), dataLength As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr vector_double_new3( [InAttribute] array<double>^ data, IntPtr dataLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member vector_double_new3 : data : float[] * dataLength : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.vector_double_new3 = function(data, dataLength);