Opc.Ua.Core
EnsureValid(Int32) Method



Opc.Ua Namespace > NumericRange Structure > EnsureValid Method : EnsureValid(Int32) Method
The value to check is within range
Ensures the bounds are valid values for a collection with the specified length.
Syntax
'Declaration
 
Public Overloads Function EnsureValid( _
   ByVal count As Integer _
) As Boolean
'Usage
 
Dim instance As NumericRange
Dim count As Integer
Dim value As Boolean
 
value = instance.EnsureValid(count)
public bool EnsureValid( 
   int count
)
public:
bool EnsureValid( 
   int count
) 

Parameters

count
The value to check is within range
Remarks
Returns false if the numeric range is out-of-bounds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members
Overload List