NativeMethodscore_randShuffle Method (IntPtr, Double, UInt64)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)]
public static void core_randShuffle(
IntPtr dst,
double iterFactor,
ref ulong rng
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Sub core_randShuffle (
dst As IntPtr,
iterFactor As Double,
ByRef rng As ULong
)
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static void core_randShuffle(
IntPtr dst,
double iterFactor,
unsigned long long% rng
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member core_randShuffle :
dst : IntPtr *
iterFactor : float *
rng : uint64 byref -> unit
OpenCvSharp.NativeMethods.core_randShuffle = function(dst, iterFactor, rng);
Parameters
- dst
- Type: SystemIntPtr
- iterFactor
- Type: SystemDouble
- rng
- Type: SystemUInt64
See Also