DataValueArray Properties
- Updated2023-02-21
- 3 minute(s) read
The DataValueArray(T) type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildType | Gets the data type of the elements in DataValueArray(T). (Overrides DataValueArray.ChildType.) |
![]() | Item | Gets or sets the element at the specified index. |
![]() | Length | Gets the total number of elements in DataValueArray(T). (Overrides DataValueArray.Length.) |
![]() | Size | Gets the number of elements in each dimension of DataValueArray(T). (Overrides DataValue.Size.) |
![]() | 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). |
![]() | ValueAsString | Gets or sets a string representation of the values in DataValueArray(T). |