QuickOPC User's Guide and Reference
InverseSlope Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : InverseSlope Property
The slope of the inverse conversion function.
Syntax
'Declaration
 
Public ReadOnly Property InverseSlope As Double
'Usage
 
Dim instance As LinearConverter
Dim value As Double
 
value = instance.InverseSlope
public double InverseSlope {get;}
public:
property double InverseSlope {
   double get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also