BitsetsNET.BitsetContainer.Intersects C# (CSharp) Метод

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

Returns true if the current container intersects the other container.
public Intersects ( ArrayContainer x ) : bool
x ArrayContainer Other container
Результат bool
        public override bool Intersects(ArrayContainer x)
        {
            throw new NotImplementedException();
        }

Same methods

BitsetContainer::Intersects ( BitsetContainer x ) : bool