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
Floor Method
Returns the largest key in this set less 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
Floor
( Key
key
)
Parameters
key
Type:
Key
the key
Return Value
Type:
Key
the largest key in this set table less 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