Method Remove
Remove(OpenBitSet)
Remove all elements set in other. this = this AND_NOT other.
Declaration
public virtual void Remove(OpenBitSet other)
Parameters
Type | Name | Description |
---|---|---|
OpenBitSet | other |
Remove all elements set in other. this = this AND_NOT other.
public virtual void Remove(OpenBitSet other)
Type | Name | Description |
---|---|---|
OpenBitSet | other |