Permutation Constructor
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Permutation( | Constructs a new Permutation. |
Permutation(Int32[]) | Constructs a new permutation. |
Permutation(Int32)
Constructs a new Permutation.
Permutation(Int32[])
Constructs a new permutation.
public Permutation(
int[] indexes
)
Parameters
- indexes Int32[]
- An integer array containing the permuted indices.
Exceptions
Argument | indexes is null. |
Argument |
One or more of the elements of indexes is less than zero or greater than or equal to
the length of indexes.
-or- indexes does not include all numbers from 0 to 1 less than the length of indexes exactly once. |