ImportedDoubleValueArray Members
- Aktualisiert2023-02-21
- 5 Minute(n) Lesezeit
The ImportedDoubleValueArray type exposes the following members.
| Name | Description | |
|---|---|---|
| ImportedDoubleValueArray | Overloaded.
Initializes a new instance of the ImportedDoubleValueArray class.
|
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 DataResource object. This method uses Length and Value 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.) | |
| GetBytes | Returns the array of double-precision, floating point numbers as an array of bytes. (Overrides DataValue.GetBytes().) | |
| GetHashCode | Serves as a hash function for a ImportedDoubleValueArray object. The hash code that this method returns is suitable for using in hashing algorithms and data structures such as hash tables. (Overrides DataValue.GetHashCode().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValues | Returns an array that contains a value for each element of ImportedDoubleValueArray. (Overrides DataValueArray.GetValues().) | |
| 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 | Performs no operation. (Overrides DataValueArray.SetBytes(Byte[]).) | |
| ToString | Returns a string representation of the channel name and channel group name. (Overrides Object.ToString().) |
Properties
| Name | Description | |
|---|---|---|
| Channel | Gets or sets the name of the channel in the import file that contains data you want to import. | |
| ChannelGroup | Gets or sets the name of the group in the import file that owns the Channel. | |
| ChildType | Gets the data type of the elements in ImportedDoubleValueArray. (Overrides DataValueArray.ChildType.) | |
| FilePath | Gets or sets the path of the file from which to import values. | |
| ImportSubsetLength | Gets or sets a value that specifies how many samples to import, starting with the ImportSubsetStartValue. | |
| ImportSubsetStartValue | Gets or sets the index of the first sample you want to import. | |
| Length | Gets the total number of elements in ImportedDoubleValueArray. (Overrides DataValueArray.Length.) | |
| Offset | Gets or sets the amount by which channel values are offset along the y-axis. | |
| Scale | Gets or sets the multiplier by which channel values are scaled along the y-axis. | |
| Size | Gets the size of the array. (Overrides DataValue.Size.) | |
| Type | Gets the data type of the ImportedDoubleValueArray. (Overrides DataValueArray.Type.) | |
| 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.) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from DataResource.) |