QuickOPC User's Guide and Reference
IsValidPercentDeadband Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAUtilities Class : IsValidPercentDeadband Method
The percent deadband value to be tested.
Determines whether a given percent deadband value is valid in OPC Data Access.
Syntax
'Declaration
 
<PureAttribute()>
Public Shared Function IsValidPercentDeadband( _
   ByVal percentDeadband As Single _
) As Boolean
'Usage
 
Dim percentDeadband As Single
Dim value As Boolean
 
value = DAUtilities.IsValidPercentDeadband(percentDeadband)
[Pure()]
public static bool IsValidPercentDeadband( 
   float percentDeadband
)
[Pure()]
public:
static bool IsValidPercentDeadband( 
   float percentDeadband
) 

Parameters

percentDeadband
The percent deadband value to be tested.

Return Value

true if percentDeadband is a valid percent deadband value; false otherwise.
Requirements

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

See Also

Reference

DAUtilities Class
DAUtilities Members