CombinationCollectionTCount Property

Gets the number of unique combinations that are defined in this meta-collection.

This value is mathematically defined as Choose(M, N) where M is the set size and N is the subset size.

This is, M! / (N! * (M-N)!).

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