Combination Methods |
The Combination type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo(Object) | Compare two Combinations. | |
| CompareTo(Combination) | Compare two Combinations. | |
| CopyTo |
Copy the entire sequence to the supplied destination.
| |
| Equals(Object) |
Indicate whether two Combinations have the same value.
(Overrides ObjectEquals(Object).) | |
| Equals(Combination) |
Indicate whether two Combinations have the same value.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Enumerate all elements of a Combination. | |
| GetHashCode | Get the hash oode of the Combination. (Overrides ObjectGetHashCode.) | |
| GetRows |
Iterate thru all rows of the Combination table
for every value of Rank ascending.
| |
| GetRowsForAllPicks |
Iterate thru all rows of all Combination tables for every
pick in the range (1..Picks).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PermuteT |
Apply a Combination sequence to rearrange the supplied list or array.
| |
| ToString |
Provide a readable form of the Combination sequence.
(Overrides ObjectToString.) |