QuickOPC User's Guide and Reference
EvaluateF(Double) Method



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : EvaluateF(Double) Method
The value of the x variable.
Computes the conversion function for a given x.
Syntax
'Declaration
 
Public Function EvaluateF( _
   ByVal x As Double _
) As Double
'Usage
 
Dim instance As LinearConverter
Dim x As Double
Dim value As Double
 
value = instance.EvaluateF(x)
public double EvaluateF( 
   double x
)
public:
double EvaluateF( 
   double x
) 

Parameters

x
The value of the x variable.

Return Value

Returns the value of the conversion function.
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