Method OrdVal
OrdVal(Int32)
Declaration
public virtual int OrdVal(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | The doc to retrieve to sort ordinal for |
Returns
Type | Description |
---|---|
System.Int32 | the sort ordinal for the specified doc TODO: Maybe we can just use intVal for this... |