public abstract class VDoubleArray extends VNumberArray
| Constructor and Description |
|---|
VDoubleArray() |
| Modifier and Type | Method and Description |
|---|---|
static VDoubleArray |
create(ListDouble data,
Alarm alarm,
Time time,
Display display)
Creates a new VDouble.
|
Alarm |
getAlarm()
The alarm associated with this value.
|
abstract ListDouble |
getData()
The numeric value.
|
Display |
getDisplay()
The display associated with this value.
|
Time |
getTime()
The time associated with this value.
|
create, toStringpublic abstract ListDouble getData()
getData in class VNumberArraypublic static VDoubleArray create(ListDouble data, Alarm alarm, Time time, Display display)
data - the valuealarm - the alarmtime - the timedisplay - the displaypublic Alarm getAlarm()
public Time getTime()
public Display getDisplay()
Copyright © 2015. All rights reserved.