NativeMethodsvector_float_new3 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.vector_float_new3(System.Single[],System.IntPtr)"]
Namespace: OpenCvSharp
public static IntPtr vector_float_new3( float[] data, IntPtr dataLength )
Public Shared Function vector_float_new3 ( data As Single(), dataLength As IntPtr ) As IntPtr
public: static IntPtr vector_float_new3( [InAttribute] array<float>^ data, IntPtr dataLength )
static member vector_float_new3 : data : float32[] * dataLength : IntPtr -> IntPtr
[Missing <param name="data"/> documentation for "M:OpenCvSharp.NativeMethods.vector_float_new3(System.Single[],System.IntPtr)"]
[Missing <param name="dataLength"/> documentation for "M:OpenCvSharp.NativeMethods.vector_float_new3(System.Single[],System.IntPtr)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.vector_float_new3(System.Single[],System.IntPtr)"]