IntRange Constructor

Constructor in IntRange

Declaration

public IntRange(int min, int max)

Description

Creates a new range with the specified values.

Parameters

minThe lower bound of the range.
maxThe upper bound of the range.