public class YMeasure extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
_avgVal |
protected double |
_end |
protected double |
_maxVal |
protected double |
_minVal |
protected double |
_start |
Modifier and Type | Method and Description |
---|---|
double |
get_averageValue()
Returns the average value observed during the time interval
covered by this measure.
|
Date |
get_endTimeUTC_asDate() |
double |
get_endTimeUTC()
Returns the end time of the measure, relative to the Jan 1, 1970 UTC
(Unix timestamp).
|
double |
get_maxValue()
Returns the largest value observed during the time interval
covered by this measure.
|
double |
get_minValue()
Returns the smallest value observed during the time interval
covered by this measure.
|
Date |
get_startTimeUTC_asDate() |
double |
get_startTimeUTC()
Returns the start time of the measure, relative to the Jan 1, 1970 UTC
(Unix timestamp).
|
protected double _start
protected double _end
protected double _minVal
protected double _avgVal
protected double _maxVal
public Date get_startTimeUTC_asDate()
public Date get_endTimeUTC_asDate()
public double get_startTimeUTC()
public double get_endTimeUTC()
public double get_minValue()
public double get_averageValue()
public double get_maxValue()
Copyright © 2022. All rights reserved.