Click or drag to resize

PermutationMaxChoices Property

Returns the maximum number of elements that may be in a Permutation.

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

Return Value

Type: Int32
The maximum number of elements that may be in any Permutation due to Int64 computational limitations.
See Also