Click or drag to resize

Permutation Methods

The Permutation type exposes the following members.

Methods
  NameDescription
Public methodCode exampleBacktrack
Advance Rank a minimum while changing element at nodeIndex.
Public methodCompareTo(Object)
Compare 2 Permutations.
Public methodCompareTo(Permutation)
Compare 2 Permutations.
Public methodCopyTo
Copy the entire sequence to the supplied destination.
Public methodEquals(Object)
Indicate whether two Permutations have the same value.
(Overrides ObjectEquals(Object).)
Public methodEquals(Permutation)
Indicate whether two Permutations 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 Permutation.
Public methodGetHashCode
Get the hash oode of the Permutation.
(Overrides ObjectGetHashCode.)
Public methodCode exampleGetRows
Iterate thru all rows of the Permutation table for every Rank ascending.
Public methodCode exampleGetRowsForAllChoices
Iterate thru all rows of all Permutation tables for every Choices value in the range (1..Choices).
Public methodCode exampleGetRowsForAllPicks
Iterate thru all rows of all Permutation tables for every Picks value in the range (1..Picks).
Public methodCode exampleGetRowsOfPlainChanges
Iterate thru all rows of the Permutation table while swapping only two values in each result.
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 Permutation sequence to rearrange the supplied list or array.
Public methodCode exampleToString
Provide a readable form of the Permutation sequence.
(Overrides ObjectToString.)
Top
See Also