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)!).
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 CombinationCollection
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