Creates a new PhasorValue from specified parameters.
            
| C# | Visual Basic | Visual C++ | 
public PhasorValue( DataCell parent, PhasorDefinition phasorDefinition, Angle angle, double magnitude )
Public Sub New ( _ parent As DataCell, _ phasorDefinition As PhasorDefinition, _ angle As Angle, _ magnitude As Double _ )
public: PhasorValue( DataCell^ parent, PhasorDefinition^ phasorDefinition, Angle angle, double magnitude )
- parent (DataCell)
 - The DataCell parent of this PhasorValue.
 
- phasorDefinition (PhasorDefinition)
 - The PhasorDefinition associated with this PhasorValue.
 
- angle (Angle)
 - The Angle value (a.k.a., the argument) of this PhasorValue, in radians.
 
- magnitude (Double)
 - The magnitude value (a.k.a., the absolute value or modulus) of this PhasorValue.