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

count
The value to check is within range

Glossary Item Box

Ensures the bounds are valid values for a collection with the specified length.

Syntax

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.