AFDataReference.Zero Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property represents the zero or low range value for this AFDataReference.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual double Zero { get; }
Public Overridable ReadOnly Property Zero As Double Get Dim instance As AFDataReference Dim value As Double value = instance.Zero
public: virtual property double Zero { double get (); }
abstract Zero : float with get override Zero : float with get
Property Value
Type: DoubleReturns the zero or low range value for this AFDataReference.
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | This exception is thrown if the specific attribute cannot support a zero or span. |
Remarks
The value returned is in the same unit of measure as specified in the
UOM property.