CombinationCollectionTLowerIndex Property
Gets the lower index of the meta-collection, equal to the number of items returned each iteration.
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 LowerIndex { get; }
Public ReadOnly Property LowerIndex As Integer
Get
Dim instance As CombinationCollection
Dim value As Integer
value = instance.LowerIndex
public:
virtual property int LowerIndex {
int get () sealed;
}
abstract LowerIndex : int with get
override LowerIndex : int with get
No code example is currently available or this language may not be supported.
Int32IMetaCollectionTLowerIndex