AFRange(T) Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Describes an ascending range of values.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.Data.AggregateAFRangeT
OSIsoft.AF.Data.AggregateAFRangeT
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFRange<T> where T : Object, IComparable<T>
Public NotInheritable Class AFRange(Of T As {Object, IComparable(Of T)}) Dim instance As AFRange(Of T)
generic<typename T> where T : Object, IComparable<T> public ref class AFRange sealed
[<SealedAttribute>] type AFRange<'T when 'T : Object and IComparable<'T>> = class end
Type Parameters
- T
- The type of values.
The AFRangeT type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFRangeT |
Constructs a range between two values.
|
Properties
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current object.
(Overrides ObjectToString.) |