Click or drag to resize

Multicombination Methods

The Multicombination type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compare two Multicombinations.
Public methodCompareTo(Multicombination)
Compare two Multicombinations.
Public methodCopyTo
Copy the entire sequence to the supplied destination.
Public methodEquals(Object)
Indicate whether two Multicombinations have the same value.
(Overrides ObjectEquals(Object).)
Public methodEquals(Multicombination)
Indicate whether two Multicombinations have the same value.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetEnumerator
Enumerate all elements of a Multicombination.
Public methodGetHashCode
Get the hash oode of the Multicombination.
(Overrides ObjectGetHashCode.)
Public methodCode exampleGetRows
Iterate thru all rows of the Multicombination table for every value of Rank ascending.
Public methodCode exampleGetRowsForPicks
Iterate thru all rows of all Multicombination tables for every pick in the range (startPicks..stopPicks).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode examplePermuteT
Apply a Multicombination sequence to rearrange the supplied list or array.
Public methodCode exampleToString
Provide a readable form of the Multicombination sequence.
(Overrides ObjectToString.)
Top
See Also