Creates a new DigitalValueBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected DigitalValueBase( IDataCell parent, IDigitalDefinition digitalDefinition, ushort value )
Protected Sub New ( _ parent As IDataCell, _ digitalDefinition As IDigitalDefinition, _ value As UShort _ )
protected: DigitalValueBase( IDataCell^ parent, IDigitalDefinition^ digitalDefinition, unsigned short value )
Parameters
- parent (IDataCell)
- The IDataCell parent of this DigitalValueBase.
- digitalDefinition (IDigitalDefinition)
- The IDigitalDefinition associated with this DigitalValueBase.
- value (UInt16)
- The unsigned 16-bit integer value (composed of digital bits) that represents this DigitalValueBase.