IRange<T>
Interface in Zigurous.Architecture
Declaration
public interface IRange<T>Description
A generic interface for a range of values.
Type Parameters
| T | The type of values in the range. |
Properties
| min | The lower bound of the range. |
| max | The upper bound of the range. |
Methods
| Includes | Checks if a value is in the range. |