Searched refs:possibleVals (Results 1 – 1 of 1) sorted by relevance
281 private uint GetClosestValue(uint freq, uint[] possibleVals) in GetClosestValue() argument283 var closest = possibleVals.OrderBy(x => Math.Abs((long) x - freq)).First(); in GetClosestValue()