OpenCvSharp.NativeMethods.core_getTickFrequency C# (CSharp) Method

core_getTickFrequency() private method

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