UIntRange Constructor

Constructor in UIntRange

Declaration

public UIntRange(uint min, uint max)

Description

Creates a new range with the specified values.

Parameters

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