I64ValueArray Members
- Aktualisiert2023-02-21
- 5 Minute(n) Lesezeit
The I64ValueArray type exposes the following members.
| Name | Description | |
|---|---|---|
| I64ValueArray | Overloaded.
Initializes a new instance of I64ValueArray with an empty array of I64Value objects.
|
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current data resource. (Inherited from DataResource.) | |
| Equals | Overloaded.
Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses
Body and the CaseValue to determine equivalency.
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FromString | Builds the current DataValueArray(T) from the specified string. (Inherited from DataValueArray(T).) | |
| GetBytes | Returns DataValueArray(T) as an array of bytes. (Inherited from DataValueArray(T).) | |
| GetHashCode | Serves as a hash function for a DataValue object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from DataValue.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValues | Returns the values of DataValueArray(T). (Inherited from DataValueArray(T).) | |
| IsEqualTo | Overloaded.
Determines whether the specified DataValueArray is equal to the current DataValueArray.
| |
| IsGreaterThan | Overloaded.
Determines whether the value of each element in the current DataValueArray is greater than the corresponding value in the specified DataValueArray.
| |
| IsGreaterThanOrEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is greater than or equal to the corresponding value in the specified DataValueArray.
| |
| IsLessThan | Overloaded.
Determines whether the value of each element in the current DataValueArray is less than the corresponding value in the specified DataValueArray.
| |
| IsLessThanOrEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is less than or equal to the corresponding value in the specified DataValueArray.
| |
| IsNotEqualTo | Overloaded.
Determines whether the value of each element in the current DataValueArray is not equal to the corresponding value in the specified DataValueArray.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetBytes | Sets DataValueArray(T) based on Bytes. (Inherited from DataValueArray(T).) | |
| ToString | Returns a string representation of DataValueArray(T) (Inherited from DataValueArray(T).) |
Properties
| Name | Description | |
|---|---|---|
| ChildType | Gets the data type of the elements in DataValueArray(T). (Inherited from DataValueArray(T).) | |
| Item | Gets or sets the element at the specified index. (Inherited from DataValueArray(T).) | |
| Length | Gets the total number of elements in DataValueArray(T). (Inherited from DataValueArray(T).) | |
| Size | Gets the number of elements in each dimension of DataValueArray(T). (Inherited from DataValueArray(T).) | |
| Type | Gets the data type of DataValueArray. (Inherited from DataValueArray.) | |
| Units | Gets or sets the units of the data value. Units can be any string that makes sense for the data value. (Inherited from DataValue.) | |
| Value | Gets or sets an array of values in DataValueArray(T). (Inherited from DataValueArray(T).) | |
| ValueAsString | Gets or sets a string representation of the values in DataValueArray(T). (Inherited from DataValueArray(T).) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from DataResource.) |