RangeT Constructor

Overload List

RangeT(T) Initializes a new instance of the RangeT struct between the default value of T and the specified upperBound.
RangeT(T, T) Initializes a new instance of the RangeT struct between the specified lowerBound and upperBound.

See Also