![]() | Combination Constructor |
Name | Description | |
---|---|---|
![]() | Combination |
Initializes an empty combination instance.
|
![]() | Combination(Int32) | Initializes a new combination of Rank 0 with the supplied number of elements. |
![]() | Combination(Combination) | Initializes a new instance that is copied from the supplied combination. |
![]() ![]() | Combination(Int32, Int32) |
Initializes a new combination of Rank 0
with the supplied number of picks from the supplied number of choices.
|
![]() ![]() | Combination(Int32, Int32) |
Initializes a new combination from elements supplied in source picked
from the supplied number of choices.
|
![]() ![]() | Combination(Int32, Int32, Int64) |
Initializes a new combination of the supplied rank
with the supplied number of picks from the supplied number of choices.
|