4 references to Arity
System.Collections (4)
System\Collections\Generic\PriorityQueue.cs (4)
55/// The binary logarithm of <see cref="Arity" />. 62Debug.Assert(Log2Arity > 0 && Math.Pow(2, Log2Arity) == Arity); 800int childIndexUpperBound = Math.Min(i + Arity, size); 849int childIndexUpperBound = Math.Min(i + Arity, size);