Esempio n. 1
0
 public bool IsSubsetOf(BitPointSet other)
 {
     return(_cardinality == OpenBitSet.intersectionCount(_points, other._points));
 }