RangeT Class |
Namespace: Rubedos.RosToolsApplicationBase
public abstract class Range<T> where T : struct, new(), IComparable<T>
The RangeT type exposes the following members.
Name | Description | |
---|---|---|
![]() | RangeT |
Ctor
|
![]() | RangeT(T, T) |
Ctor
|
Name | Description | |
---|---|---|
![]() | Interval |
Max - Min
|
![]() | Maximum | Maximum value of the range. |
![]() | Middle |
(Max + Min) / 2
|
![]() | Minimum | Minimum value of the range. |
Name | Description | |
---|---|---|
![]() | ContainsRange | Determines if another range is inside the bounds of this range. |
![]() | ContainsValue | Determines if the provided value is inside the range. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsInsideRange | Determines if this Range is inside the bounds of another range. |
![]() | IsValid | Determines if the range is valid. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Presents the Range in readable format. (Overrides ObjectToString.) |