Opc.Ua.Core
NumericRange Constructor(Int32)



Opc.Ua Namespace > NumericRange Structure > NumericRange Constructor : NumericRange Constructor(Int32)
The starting point of the range
Initializes the object with a begin index.
Syntax
'Declaration
 
Public Function New( _
   ByVal begin As Integer _
)
'Usage
 
Dim begin As Integer
 
Dim instance As New NumericRange(begin)
public NumericRange( 
   int begin
)
public:
NumericRange( 
   int begin
)

Parameters

begin
The starting point of the range
Exceptions
ExceptionDescription
Thrown when the parameter is less than -1
Remarks
Initializes the object with a begin index.
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