Overload List
| Name | Description | |
|---|---|---|
| Subset(array<Subset>[]()[]) |
Construct a Subset instance from the given array of Subsets.
| |
| Subset(array<Boolean>[]()[]) |
Construct a Subset instance from the given array of boolean values.
| |
| Subset(ICollection) |
Constructs a Subset intance from the given collection of integers
| |
| Subset(Int32) |
Constructs a Subset instance with lengthindices starting from
0 with a step size of 1.
| |
| Subset(array<Int32>[]()[]) |
Construct a Subset instance from the given array of integers.
| |
| Subset(Int32, Int32) |
Constructs a Subset instance with lengthindices starting from
start with a step size of 1.
| |
| Subset(Int32, Int32, Int32) |
Constructs a Subset instance with lengthindices starting from
start with a step size of stepSize.
|