AFBinnedResult(TBin).InvalidCount Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The weighted value of all bins whose field value was invalid.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int InvalidCount { get; }
Public ReadOnly Property InvalidCount As Integer Get Dim instance As AFBinnedResult Dim value As Integer value = instance.InvalidCount
public: property int InvalidCount { int get (); }
member InvalidCount : int with get