NativeMethodscuda_TargetArchs_hasPtx Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int cuda_TargetArchs_hasPtx( int major, int minor )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_TargetArchs_hasPtx ( major As Integer, minor As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int cuda_TargetArchs_hasPtx( int major, int minor )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_TargetArchs_hasPtx : major : int * minor : int -> int
OpenCvSharp.NativeMethods.cuda_TargetArchs_hasPtx = function(major, minor);