NativeMethodscore_randu_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_randu_InputArray( IntPtr dst, IntPtr low, IntPtr high )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_randu_InputArray ( dst As IntPtr, low As IntPtr, high As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_randu_InputArray( IntPtr dst, IntPtr low, IntPtr high )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_randu_InputArray : dst : IntPtr * low : IntPtr * high : IntPtr -> unit
OpenCvSharp.NativeMethods.core_randu_InputArray = function(dst, low, high);