QuickOPC User's Guide and Reference
YIntercept Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : YIntercept Property
The y-intercept of the conversion function.
Syntax
'Declaration
 
Public ReadOnly Property YIntercept As Double
'Usage
 
Dim instance As LinearConverter
Dim value As Double
 
value = instance.YIntercept
public double YIntercept {get;}
public:
property double YIntercept {
   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