QuickOPC User's Guide and Reference
InverseRoot Property



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