Creates a new DigitalValueBase.

C# | Visual Basic | Visual C++ |
protected DigitalValueBase( IDataCell parent, IDigitalDefinition digitalDefinition )
Protected Sub New ( _ parent As IDataCell, _ digitalDefinition As IDigitalDefinition _ )
protected: DigitalValueBase( IDataCell^ parent, IDigitalDefinition^ digitalDefinition )

- parent (IDataCell)
- The IDataCell parent of this DigitalValueBase.
- digitalDefinition (IDigitalDefinition)
- The IDigitalDefinition associated with this DigitalValueBase.