2 references to length
Microsoft.Maui.Essentials (2)
Compass\LowPassFilter.shared.cs (2)
10
readonly Queue<float> history = new Queue<float>(
length
);
22
if (history.Count >
length
)