Click or drag to resize
RangeT Class
This class represents a range with specified minimum and maximum values.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.ImageRangeT

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class Range<T>
where T : Object, IComparable<T>

Type Parameters

T
The type of the limit values.

The RangeT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodContainsRange
Determines if another range is inside the bounds of this range
Public methodContainsValue
Determines if the provided value is inside the range
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInsideRange
Determines if this Range is inside the bounds of another range
Public methodIsValid
Determines if the range is valid
Public methodToString
Presents the Range in readable format
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyMaximum
Maximum value of the range
Public propertyMinimum
Minimum value of the range
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also