Click or drag to resize

Combination Constructor

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