StaticSETofInts Constructor |
Initializes a set of integers specified by the integer array.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic StaticSETofInts(
int[] keys
)
Parameters
- keys
- Type: SystemInt32
the array of integers
Exceptions
See Also