Uses of Interface
org.csstudio.data.values.IDoubleValue

Packages that use IDoubleValue
org.csstudio.data.values Control system data types: PV, Device, ... 
 

Uses of IDoubleValue in org.csstudio.data.values
 

Subinterfaces of IDoubleValue in org.csstudio.data.values
 interface IMinMaxDoubleValue
          A double-typed value that also has a minimum and maximum, usually as the result of averaging or otherwise interpolating over raw samples.
 

Methods in org.csstudio.data.values that return IDoubleValue
static IDoubleValue ValueFactory.createDoubleValue(ITimestamp time, ISeverity severity, java.lang.String status, INumericMetaData meta_data, IValue.Quality quality, double[] values)
          Create instance of IDoubleValue.