Lucene.Net.Search.FieldComparator.DoubleComparator.this C# (CSharp) Метод

this() публичный Метод

public this ( int slot ) : IComparable
slot int
Результат IComparable
		    public override IComparable this[int slot]
		    {
		        get { return (double) values[slot]; }
		    }
		}