Click or drag to resize

PermutationChoices Property

Number of available choices for the elements of the Permutation.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public int Choices { get; }

Property Value

Type: Int32
Remarks
If no picks value was specified when constructing this Permutation, then this is also the number of elements.
See Also