Click or drag to resize

Permutation Properties

The Permutation type exposes the following members.

Properties
  NameDescription
Public propertyChoices
Number of available choices for the elements of the Permutation.
Public propertyCode exampleItem
Get an element of the Permutation at the supplied column.
Public propertyStatic memberMaxChoices
Returns the maximum number of elements that may be in a Permutation.
Public propertyPicks
Number of elements in the Permutation.
Public propertyCode examplePlainRank
Row index of the sequence in the plain ordered Permutation table.
Public propertyCode exampleRank
Row index of the sequence in the lexicographically ordered Permutation table.
Public propertyRowCount
Returns number of distinct possible arrangements of this Permutation.
Public propertyCode exampleSwaps
Returns number of element swaps needed to transform this Permutation into Rank 0.
Top
See Also