Unique Integer Collection(IEnumerableInt 32, Int 32, Int 32, Boolean) Constructor
Construct a collection from an enumerable list of unique integers with a range and zeros exclusion
setting.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public UniqueIntegerCollection(
IEnumerable<int> values,
int min,
int max,
bool zeroAllowed
)VB
Public Sub New (
values As IEnumerable(Of Integer),
min As Integer,
max As Integer,
zeroAllowed As Boolean
)C++
public:
UniqueIntegerCollection(
IEnumerable<int>^ values,
int min,
int max,
bool zeroAllowed
)F#
new :
values : IEnumerable<int> *
min : int *
max : int *
zeroAllowed : bool -> UniqueIntegerCollectionParameters
- values IEnumerableInt32
- The enumerable list of integers
- min Int32
- The minimum value allowed
- max Int32
- The maximum value allowed
- zeroAllowed Boolean
- Allow zero or not