Return the actual value in the slot.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract IComparable Value(
	int slot
)
Visual Basic
Public MustOverride Function Value ( _
	slot As Integer _
) As IComparable
Visual C++
public:
virtual IComparable^ Value(
	int slot
) abstract

Parameters

slot
Type: System..::..Int32
the value

Return Value

value in this slot upgraded to Comparable

See Also