Click or drag to resize

Permutation Methods

The Permutation type exposes the following members.

Methods
  NameDescription
Public methodApplyT
Applies the permutation to a list.
Public methodEquals(Object)
Determines whether the given object is equal to the permutation.
(Overrides ObjectEquals(Object).)
Public methodEquals(Permutation)
Determines whether the given permutation is equal to the permutation instance.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetPermutations
Generates all permutations of the given dimension.
Public methodStatic memberGetRandomPermutation
Get a random permutation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentity
Returns the identity permutation of the given dimension.
Public methodInverse
Gets the inverse of the permutation.
Public methodStatic memberParse
Converts a text representation into a permutation.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodToString(String)
Converts the permutation to its string representation in the given format.
Public methodToString(String, IFormatProvider)
Converts the permutation to its string representation in the given format.
Public methodStatic memberTryParse
Attempts to convert a text representation into a permutation.
Top
See Also