Creates a new PhasorValue.

C# | Visual Basic | Visual C++ |
public PhasorValue( IDataCell parent, IPhasorDefinition phasorDefinition )
Public Sub New ( _ parent As IDataCell, _ phasorDefinition As IPhasorDefinition _ )
public: PhasorValue( IDataCell^ parent, IPhasorDefinition^ phasorDefinition )

- parent (IDataCell)
- The IDataCell parent of this PhasorValue.
- phasorDefinition (IPhasorDefinition)
- The IPhasorDefinition associated with this PhasorValue.