Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
SET(Key) Class
SET(Key) Methods
Add Method
Ceiling Method
Contains Method
Delete Method
Equals Method
Floor Method
GetEnumerator Method
GetHashCode Method
Intersects Method
MainTest Method
ToString Method
Union Method
SET
Key
Ceiling Method
Returns the smallest key in this set greater than or equal to
key
.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Key
Ceiling
( Key
key
)
Parameters
key
Type:
Key
key the key
Return Value
Type:
Key
the smallest key in this set greater than or equal to
key
Exceptions
Exception
Condition
ArgumentNullException
if
key
is
null
InvalidOperationException
if there is no such key
See Also
Reference
SET
Key
Class
Algs4Net Namespace