Click or drag to resize

Subset Operators and Type Conversions

The Subset type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Subset, Subset) Adds two subsets.
Public operatorStatic memberAddition(Subset, Int32) Adds a subset and a scalar.
Public operatorStatic memberBitwiseAnd(Subset, Subset) Returns the intersection of two subsets.
Public operatorStatic memberBitwiseOr(Subset, Subset) Returns the union of two subsets.
Public operatorStatic memberDecrement(Subset) Decrements the indices in this subset.
Public operatorStatic memberEquality(Subset, Subset) Tests for equality of two subsets. Two subsets are equal if they have the same length and all indices are equal.
Public operatorStatic member(Subset to Int32) Implicitly converts a subset into an array of integers.
Public operatorStatic memberIncrement(Subset) Increments the elements in this subset.
Public operatorStatic memberInequality(Subset, Subset) Tests for inequality of two subsets. Two subsets are unequal if they have different lengths or their indices are not all equal.
Public operatorStatic memberSubtraction(Subset, Subset) Subtracts one subset from another.
Public operatorStatic memberSubtraction(Subset, Int32) Subtracts a scalar from a subset.
Public operatorStatic memberUnaryNegation(Subset) Negates the elements in this subset.
Public operatorStatic memberUnaryPlus(Subset) Returns a subset.
Top
See Also