[Missing <summary> documentation for "M:Lucene.Net.Util.SorterTemplate.Compare(System.Int32,System.Int32)"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
protected internal abstract int Compare( int i, int j ) |
Visual Basic |
---|
Protected Friend MustOverride Function Compare ( _ i As Integer, _ j As Integer _ ) As Integer |
Visual C++ |
---|
protected public: virtual int Compare( int i, int j ) abstract |
Parameters
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:Lucene.Net.Util.SorterTemplate.Compare(System.Int32,System.Int32)"]
- j
- Type: System..::..Int32
[Missing <param name="j"/> documentation for "M:Lucene.Net.Util.SorterTemplate.Compare(System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.SorterTemplate.Compare(System.Int32,System.Int32)"]