Unique Integer Collection(Int 32, Int 32, Boolean) Constructor
Construct a collection with a range and zero exclusion option
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(
int min,
int max,
bool zeroAllowed
)VB
Public Sub New (
min As Integer,
max As Integer,
zeroAllowed As Boolean
)C++
public:
UniqueIntegerCollection(
int min,
int max,
bool zeroAllowed
)F#
new :
min : int *
max : int *
zeroAllowed : bool -> UniqueIntegerCollection