Click or drag to resize

SubsetBitwiseAnd Operator

Returns the intersection of two subsets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset operator &(
	Subset x,
	Subset y
)

Parameters

x  Subset
A subset.
y  Subset
A subset.

Return Value

Subset
A new subset containing the intersection of x and y.
See Also