NativeMethodscore_RNG_fill Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_RNG_fill( ref ulong state, IntPtr mat, int distType, IntPtr a, IntPtr b, int saturateRange )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_RNG_fill ( ByRef state As ULong, mat As IntPtr, distType As Integer, a As IntPtr, b As IntPtr, saturateRange As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_RNG_fill( unsigned long long% state, IntPtr mat, int distType, IntPtr a, IntPtr b, int saturateRange )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_RNG_fill : state : uint64 byref * mat : IntPtr * distType : int * a : IntPtr * b : IntPtr * saturateRange : int -> unit
OpenCvSharp.NativeMethods.core_RNG_fill = function(state, mat, distType, a, b, saturateRange);