Ejemplo n.º 1
0
 /// <summary>
 /// Returns <code>true</code> if the upper endpoint is inclusive </summary>
 public bool IncludesMax()
 {
     return(Query.IncludesMax());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns <code>true</code> if the upper endpoint is inclusive </summary>
 public bool IncludesMax() // LUCENENET TODO: Make into property get
 {
     return(Query.IncludesMax());
 }