TVQ Methods |
The TVQ type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Clones the current TVQ to a new TVQ object. | |
| Clone(TVQ) | Clones the TVQ supplied to a new TVQ object. | |
| Equals | Compares TVQ value with another TVQ value to determine if they are equal. | |
| GetReadableQuality | Readable Quality indicator for this data value. | |
| ToString |
Compiles a string containing Time, Value, and Quality indicator for this recorded data..
(Overrides ObjectToString) | |
| ValueToBool | Returns the current value recorded as a boolean. | |
| ValueToDouble | Returns the current value recorded as a double. | |
| ValueToInt | Returns the current value recorded as a integer. | |
| ValueToSingle | Returns the current value recorded as a single. | |
| ValueToString | Returns the current value recorded as a string. |