![]() | Subset Operators and Type Conversions |
The Subset type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Subset, Subset) | Adds two subsets. |
![]() ![]() | Addition(Subset, Int32) | Adds a subset and a scalar. |
![]() ![]() | BitwiseAnd(Subset, Subset) | Returns the intersection of two subsets. |
![]() ![]() | BitwiseOr(Subset, Subset) | Returns the union of two subsets. |
![]() ![]() | Decrement(Subset) | Decrements the indices in this subset. |
![]() ![]() | Equality(Subset, Subset) | Tests for equality of two subsets. Two subsets are equal if they have the same length and all indices are equal. |
![]() ![]() | (Subset to Int32) | Implicitly converts a subset into an array of integers. |
![]() ![]() | Increment(Subset) | Increments the elements in this subset. |
![]() ![]() | Inequality(Subset, Subset) | Tests for inequality of two subsets. Two subsets are unequal if they have different lengths or their indices are not all equal. |
![]() ![]() | Subtraction(Subset, Subset) | Subtracts one subset from another. |
![]() ![]() | Subtraction(Subset, Int32) | Subtracts a scalar from a subset. |
![]() ![]() | UnaryNegation(Subset) | Negates the elements in this subset. |
![]() ![]() | UnaryPlus(Subset) | Returns a subset. |