Méthode | Description | |
---|---|---|
EnsureValid ( int count ) : bool |
Ensures the bounds are valid values for a collection with the specified length. Returns false if the numeric range is out-of-bounds. |
|
EnsureValid ( object value ) : bool |
Ensures the bounds are valid values for the object passed in. Returns false if the object is not indexable or if the numeric range is out-of-bounds. |
|
Equals ( object obj ) : bool |
Returns true if the objects are equal. Returns true if the objects are equal. |
|
GetHashCode ( ) : int |
Returns a suitable hash code for the object. Returns a suitable hash code for the object. |
|
NumericRange ( int begin ) : System |
Initializes the object with a begin index. Initializes the object with a begin index. |
|
NumericRange ( int begin, int end ) : System |
Initializes the object with a begin and end indexes. Initializes the object with a begin and end indexes. |
|
Parse ( string textToParse ) : |
Parses a string representing a numeric range. Parses a string representing a numeric range. |
|
ToString ( ) : string |
Returns the string representation of the object. Returns the string representation of the object. |
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Formats the numeric range as a string. Formats the numeric range as a string. |
|
UpdateRange ( object &dst, object src ) : Opc.Ua.StatusCode |
Applies the multidimensional index range.
|
|
Validate ( string textToParse, |
Parses a string representing a numeric range.
|
|
operator ( ) : bool |
Returns true if the objects are equal. Returns true if the objects are equal. |
Méthode | Description | |
---|---|---|
ApplyMultiRange ( object &value ) : Opc.Ua.StatusCode |
Applies the multidimensional index range.
|
|
ApplyRange ( object &value ) : Opc.Ua.StatusCode |
public EnsureValid ( int count ) : bool | ||
count | int | The value to check is within range |
Résultat | bool |
public EnsureValid ( object value ) : bool | ||
value | object | The value to check |
Résultat | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to test against this |
Résultat | bool |
public NumericRange ( int begin ) : System | ||
begin | int | The starting point of the range |
Résultat | System |
public NumericRange ( int begin, int end ) : System | ||
begin | int | The end of the range |
end | int | The beginning of the range |
Résultat | System |
public static Parse ( string textToParse ) : |
||
textToParse | string | The text to parse, prior to checking it is within the allowed range |
Résultat |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | (Unused) Always pass NULL/NOTHING |
formatProvider | IFormatProvider | (Unused) Always pass NULL/NOTHING |
Résultat | string |
public UpdateRange ( object &dst, object src ) : Opc.Ua.StatusCode | ||
dst | object | |
src | object | |
Résultat | Opc.Ua.StatusCode |
public static Validate ( string textToParse, |
||
textToParse | string | The text to parse, prior to checking it is within the allowed range |
range | The parsed range. | |
Résultat |