OpenCvSharp.NativeMethods.core_getTickCount C# (CSharp) Method

core_getTickCount() private method

private core_getTickCount ( ) : long
return long
        public static extern long core_getTickCount();
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods