EasyUA Reference
NumericRange Constructor(Int32,Int32)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NumericRange Structure > NumericRange Constructor : NumericRange Constructor(Int32,Int32)

begin
The end of the range
end
The beginning of the range

Glossary Item Box

Initializes the object with a begin and end indexes.

Syntax

Visual Basic (Usage)Copy Code
Dim begin As Integer
Dim end As Integer
 
Dim instance As New NumericRange(begin, end)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.