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