Represents a permutation, a rearrangement of the elements of a set or collection.
SystemObject Extreme.MathematicsPermutation
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ref class Permutation
type Permutation = class end
The Permutation type exposes the following members.
Top
| Name | Description |
---|
 | IsEven |
Gets whether the permutation is composed of an even number of elementary permutations.
|
 | IsIdentity |
Gets whether the permutation is the identity permutation.
|
 | Item |
Gets the position of an element after applying the permutation.
|
 | Length |
Gets the length of the permutation.
|
Top
Top
Use the Permutation class to represent any rearrangement of the elements of a set or collection.
Reference