Uses of Interface
org.epics.pvmanager.data.VNumber

Packages that use VNumber
org.epics.pvmanager.data Support for control system types. 
 

Uses of VNumber in org.epics.pvmanager.data
 

Subinterfaces of VNumber in org.epics.pvmanager.data
 interface VDouble
          Scalar double with alarm, timestamp, display and control information.
 interface VInt
          Scalar integer with alarm, timestamp, display and control information.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VNumber
static ChannelExpression<VNumber,java.lang.Number> ExpressionLanguage.vNumber(java.lang.String name)
          A channel with the given name of type VNumber.
 

Method parameters in org.epics.pvmanager.data with type arguments of type VNumber
static DesiredRateExpression<VDoubleArray> ExpressionLanguage.vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
          Transforms a list of numeric scalar into a double array.