◆ MMIntervalType
| enum MoreMountains.Tools.MMInterval-1-g.MMIntervalType |
| Enumerator |
|---|
| Inclusive | |
| Exclusive | |
◆ Contains()
| bool MoreMountains.Tools.MMInterval< T >.Contains |
( |
T | value | ) |
|
Returns true if the interval contains the specified value.
- Parameters
-
- Returns
◆ MMInterval()
Creates an interval with the specified bounds.
- Parameters
-
| lowerBound | |
| upperBound | |
| lowerboundIntervalType | |
| upperboundIntervalType | |
◆ LowerBound
| T MoreMountains.Tools.MMInterval< T >.LowerBound |
the lower bound of this interval
◆ LowerBoundIntervalType
| MMIntervalType MoreMountains.Tools.MMInterval< T >.LowerBoundIntervalType |
whether to include or exclude the lower bound in the interval
◆ UpperBound
| T MoreMountains.Tools.MMInterval< T >.UpperBound |
the upper bound of this interval
◆ UpperBoundIntervalType
| MMIntervalType MoreMountains.Tools.MMInterval< T >.UpperBoundIntervalType |
whether to include or exclude the upper bound in the interval
The documentation for this struct was generated from the following file:
- H:/Code/MoreMountains/InventoryEngineStore/Assets/InventoryEngine/MMTools/Core/MMHelpers/MMInterval.cs