Method Eat
Eat(Row, Int32[])
Test whether the given Row of Cells in a Trie should be included in an optimized Trie.
Declaration
public bool Eat(Row in, int[] remap)
Parameters
Type | Name | Description |
---|---|---|
Row | in | the Row to test |
System.Int32[] | remap | Description of the Parameter |
Returns
Type | Description |
---|---|
System.Boolean |
|