Creates a new AnalogValueBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected AnalogValueBase( IDataCell parent, IAnalogDefinition analogDefinition, double value )
Protected Sub New ( _ parent As IDataCell, _ analogDefinition As IAnalogDefinition, _ value As Double _ )
protected: AnalogValueBase( IDataCell^ parent, IAnalogDefinition^ analogDefinition, double value )
Parameters
- parent (IDataCell)
- The IDataCell parent of this AnalogValueBase.
- analogDefinition (IAnalogDefinition)
- The IAnalogDefinition associated with this AnalogValueBase.
- value (Double)
- The floating point value that represents this AnalogValueBase.