OPC Studio User's Guide and Reference
InRange Method (_UARange)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess.ComTypes Namespace > _UARange Interface : InRange Method
The value to be tested.
Determines whether a given value is in the current range.
Syntax
'Declaration
 
Function InRange( _
   ByVal value As Double _
) As Boolean
'Usage
 
Dim instance As _UARange
Dim value As Double
Dim value As Boolean
 
value = instance.InRange(value)
bool InRange( 
   double value
)
bool InRange( 
   double value
) 

Parameters

value
The value to be tested.

Return Value

true if the value is in the range; false otherwise.
Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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