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.
Namespace: DevCase.Core.Math.CombinatoricsAssembly: 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; }
Public ReadOnly Property Count As Long
Get
Dim instance As PermutationCollection
Dim value As Long
value = instance.Count
public:
virtual property long long Count {
long long get () sealed;
}
abstract Count : int64 with get
override Count : int64 with get
No code example is currently available or this language may not be supported.
Int64IMetaCollectionTCount