Click or drag to resize

Multicombination Constructor (Int32)

Initializes a new multicombination 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 Multicombination(
	int choices
)

Parameters

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