Creates a new PhasorValue from specified parameters.
            
| C# | Visual Basic | Visual C++ | 
public PhasorValue( DataCell parent, PhasorDefinition phasorDefinition, double real, double imaginary )
Public Sub New ( _ parent As DataCell, _ phasorDefinition As PhasorDefinition, _ real As Double, _ imaginary As Double _ )
public: PhasorValue( DataCell^ parent, PhasorDefinition^ phasorDefinition, double real, double imaginary )
- parent (DataCell)
 - The DataCell parent of this PhasorValue.
 
- phasorDefinition (PhasorDefinition)
 - The PhasorDefinition associated with this PhasorValue.
 
- real (Double)
 - The real value of this PhasorValue.
 
- imaginary (Double)
 - The imaginary value of this PhasorValue.