Click or drag to resize
SETKeyIntersects Method
Returns the intersection of this set and that set.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SET<Key> Intersects(
	SET<Key> that
)

Parameters

that
Type: Algs4NetSETKey
that the other set

Return Value

Type: SETKey
the intersection of this set and that set
Exceptions
ExceptionCondition
ArgumentNullExceptionif that is null
See Also