Click or drag to resize

Combination Constructor (Int32)

Initializes a new combination of Rank 0 with the supplied number of elements.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public Combination(
	int choices
)

Parameters

choices
Type: SystemInt32
Number of elements in the sequence.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen choices less than 0.
See Also