Creates a new PhasorValueBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected PhasorValueBase( IDataCell parent, IPhasorDefinition phasorDefinition, double real, double imaginary )
Protected Sub New ( _ parent As IDataCell, _ phasorDefinition As IPhasorDefinition, _ real As Double, _ imaginary As Double _ )
protected: PhasorValueBase( IDataCell^ parent, IPhasorDefinition^ phasorDefinition, double real, double imaginary )
Parameters
- parent (IDataCell)
- The IDataCell parent of this PhasorValueBase.
- phasorDefinition (IPhasorDefinition)
- The IPhasorDefinition associated with this PhasorValueBase.
- real (Double)
- The real value of this PhasorValueBase.
- imaginary (Double)
- The imaginary value of this PhasorValueBase.