NativeMethodscuda_DeviceInfo_freeMemory Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ulong cuda_DeviceInfo_freeMemory( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_DeviceInfo_freeMemory ( obj As IntPtr ) As ULong
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static unsigned long long cuda_DeviceInfo_freeMemory( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_DeviceInfo_freeMemory : obj : IntPtr -> uint64
OpenCvSharp.NativeMethods.cuda_DeviceInfo_freeMemory = function(obj);