示例#1
0
 public override void Copy(int slot, int doc)
 {
     _values[slot] = new DistanceValue
     {
         Value = CalculateDistance(doc)
     };
 }
示例#2
0
 public override void SetBottom(int slot)
 {
     _bottom = _values[slot];
 }