Opc.Ua.Core
NumericRange Constructor(Int32,Int32)



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

Parameters

begin
The end of the range
end
The beginning of the range
Remarks
Initializes the object with a begin and end indexes.
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