PermutationCollectionTUpperIndex Property
The upper index of the meta-collection, equal to the number of items in the initial set.
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 int UpperIndex { get; }
Public ReadOnly Property UpperIndex As Integer
Get
Dim instance As PermutationCollection
Dim value As Integer
value = instance.UpperIndex
public:
virtual property int UpperIndex {
int get () sealed;
}
abstract UpperIndex : int with get
override UpperIndex : int with get
No code example is currently available or this language may not be supported.
Int32IMetaCollectionTUpperIndex