| PermutationMaxChoices Property |
Returns the maximum number of elements that may be in a
Permutation.
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax 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