chore: Use var everywhere (#2294)
This commit is contained in:
parent
0b34cc4417
commit
ebaf104935
267 changed files with 873 additions and 873 deletions
|
|
@ -464,11 +464,11 @@ public static class Core
|
|||
#endif
|
||||
|
||||
var cycleCount = _cyclesPerSecond.Length;
|
||||
long last = _tickCount;
|
||||
var last = _tickCount;
|
||||
const int interval = 100;
|
||||
double frequency = Stopwatch.Frequency * interval;
|
||||
|
||||
int sample = 0;
|
||||
var sample = 0;
|
||||
|
||||
while (!Closing)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue