IntRange Constructor
Constructor in IntRange
Declaration
public IntRange(int min, int 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 IntRange(int min, int max)
Creates a new range with the specified values.
min | The lower bound of the range. |
max | The upper bound of the range. |