AFCompoundPartitionedResult(T1, T2).OutOfRangeCount Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The weighted value of all items that fell below the lowest bin.
Since field values are assigned the largest bin not greater than the value, any field value beyond the largest bin is assigned to the last bin.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int OutOfRangeCount { get; }
Public ReadOnly Property OutOfRangeCount As Integer Get Dim instance As AFCompoundPartitionedResult Dim value As Integer value = instance.OutOfRangeCount
public: property int OutOfRangeCount { int get (); }
member OutOfRangeCount : int with get