org.csstudio.data.values
Interface IMinMaxDoubleValue

All Superinterfaces:
IDoubleValue, IValue, java.io.Serializable

public interface IMinMaxDoubleValue
extends IDoubleValue

A double-typed value that also has a minimum and maximum, usually as the result of averaging or otherwise interpolating over raw samples.

Author:
Kay Kasemir
See Also:
IDoubleValue

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.csstudio.data.values.IValue
IValue.Format, IValue.Quality
 
Method Summary
 double getMaximum()
           
 double getMinimum()
           
 
Methods inherited from interface org.csstudio.data.values.IDoubleValue
getValue, getValues
 
Methods inherited from interface org.csstudio.data.values.IValue
format, format, getMetaData, getQuality, getSeverity, getStatus, getTime
 

Method Detail

getMinimum

double getMinimum()
Returns:
Minimum of the original values.

getMaximum

double getMaximum()
Returns:
Maximum of the original values.