Method Cut
Cut(IComparable<K>, out KeyValuePair<K, V>, out Boolean, out KeyValuePair<K, V>, out Boolean)
Declaration
public bool Cut(IComparable<K> cutter, out KeyValuePair<K, V> lowEntry, out bool lowIsValid, out KeyValuePair<K, V> highEntry, out bool highIsValid)
Parameters
Type | Name | Description |
---|---|---|
IComparable<K> | cutter | |
KeyValuePair<K, V> | lowEntry | |
System.Boolean | lowIsValid | |
KeyValuePair<K, V> | highEntry | |
System.Boolean | highIsValid |
Returns
Type | Description |
---|---|
System.Boolean |