IndexMinPQKeyContains Method |
Is i an index on this priority queue?
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
int i
)
Parameters
- i
- Type: SystemInt32
i an index
Return Value
Type:
Booleantrue if
i is an index on this priority queue;
false otherwise
Exceptions
See Also