IRange<T>


Declaration

public interface IRange<T>

Description

A generic interface for a range of values.

Type Parameters

TThe type of values in the range.

Properties

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

Methods

IncludesChecks if a value is in the range.