EasyUA Reference
NumericRange Structure Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : NumericRange Structure

Glossary Item Box

The following tables list the members exposed by NumericRange.

Public Constructors

 NameDescription
Public ConstructorNumericRange ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyBegin The begining of the numeric range.  
Public PropertyCount The number of elements specified by the range.  
Public PropertyDimensions Gets the number of dimensions in the range.  
Public Propertystatic (Shared in Visual Basic)Empty An empty numeric range.  
Public PropertyEnd The end of the numeric range.  
Public PropertySubRanges Gets or sets the sub ranges for multidimensional ranges.  
Top

Public Methods

 NameDescription
Public MethodApplyRange Applys the index range to an array value.  
Public MethodEnsureValidOverloaded.  Ensures the bounds are valid values for the object passed in.  
Public MethodEquals Returns true if the objects are equal.  
Public MethodGetHashCode Returns a suitable hash code for the object.  
Public Methodstatic (Shared in Visual Basic)Parse Parses a string representing a numeric range.  
Public MethodToStringOverloaded.  Returns the string representation of the object.  
Public MethodUpdateRange Applies the multidimensional index range.  
Public Methodstatic (Shared in Visual Basic)Validate Parses a string representing a numeric range.  
Top

Public Operators

public Operator Equality Returns true if the objects are equal.
public Operator Inequality Returns true if the objects are not equal.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.