NativeMethodscore_RNG_gaussian Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_RNG_gaussian( ref ulong state, double sigma )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_RNG_gaussian ( ByRef state As ULong, sigma As Double ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_RNG_gaussian( unsigned long long% state, double sigma )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_RNG_gaussian : state : uint64 byref * sigma : float -> float
OpenCvSharp.NativeMethods.core_RNG_gaussian = function(state, sigma);