UOM.Factor Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property provides the conversion factor to the canonical unit for
this unit of measure.
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public double Factor { get; }
Public ReadOnly Property Factor As Double Get Dim instance As UOM Dim value As Double value = instance.Factor
public: property double Factor { double get (); }
member Factor : float with get
Property Value
Type: DoubleReturns the conversion factor to the canonical unit for this unit of measure.