Click or drag to resize

Permutation Constructor

Overload List
  NameDescription
Public methodPermutation
Initializes an empty permutation instance.
Public methodCode examplePermutation(Int32)
Initializes a new permutation of Rank 0 with the supplied number of elements.
Public methodCode examplePermutation(Int32)
Initializes a new permutation from the elements supplied in source.
Public methodPermutation(Permutation)
Initializes a new instance that is copied from the supplied permutation.
Public methodCode examplePermutation(Int32, Int32)
Initializes a new permutation of Rank 0 with the supplied number of picks from the supplied number of choices.
Public methodPermutation(Int32, Int32)
Initializes a new permutation from the elements supplied in source picked from the supplied number of choices.
Public methodCode examplePermutation(Int32, Int32, Int64)
Initializes a new permutation of the supplied rank with the supplied number of picks from the supplied number of choices.
Top
See Also