Aegis.Calculate.HighResolutionTimer.HighResolutionTimer C# (CSharp) 메소드

HighResolutionTimer() 공개 메소드

public HighResolutionTimer ( ) : System
리턴 System
        public HighResolutionTimer()
        {
            _startTime = 0;
            if (Kernel32.QueryPerformanceFrequency(out _frequency) == true && _frequency != 1000)
                IsHighResolution = true;
            else
                IsHighResolution = false;
        }

Same methods

HighResolutionTimer::HighResolutionTimer ( string name ) : System