UIntRange Constructor
Constructor in UIntRange
Declaration
public UIntRange(uint min, uint max)
Description
Creates a new range with the specified values.
Parameters
min | The lower bound of the range. |
max | The upper bound of the range. |
public UIntRange(uint min, uint max)
Creates a new range with the specified values.
min | The lower bound of the range. |
max | The upper bound of the range. |