PermutationCollectionTCount Property

The count of all permutations that will be returned.

If type is WithoutRepetition, then this does not double count permutations with multiple identical values.

I.e. count of permutations of "AAB" will be 3 instead of 6. If type is WithRepetition, then this is all combinations and is therefore N!, where N is the number of values.

Definition

Namespace: DevCase.Core.Math.Combinatorics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long Count { get; }

Property Value

Int64

Implements

IMetaCollectionTCount

See Also