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