Algorithms.HighResolutionTime.HighResolutionTime C# (CSharp) Method

HighResolutionTime() static private method

static private HighResolutionTime ( ) : System
return System
        static HighResolutionTime()
        {
            QueryPerformanceFrequency(out mFrequency);
        }
        #endregion