RangeT Class |
Namespace: Flir.Atlas.Image
public class Range<T> where T : Object, IComparable<T>
The RangeT type exposes the following members.
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 | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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
| |
ToString |
Presents the Range in readable format
(Overrides ObjectToString.) |