AFBinnedResult(TBin).OutOfRangeCount Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
Syntax
public int OutOfRangeCount { get; }
Public ReadOnly Property OutOfRangeCount As Integer Get Dim instance As AFBinnedResult Dim value As Integer value = instance.OutOfRangeCount
public: property int OutOfRangeCount { int get (); }
member OutOfRangeCount : int with get