GSF.PhasorProtocols.Macrodyne.PhasorValue.PhasorValue C# (CSharp) Method

PhasorValue() public method

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System
parent GSF.PhasorProtocols.Macrodyne.DataCell The parent of this .
phasorDefinition GSF.PhasorProtocols.Macrodyne.PhasorDefinition The associated with this .
angle System.Angle The value (a.k.a., the argument) of this , in radians.
magnitude double The magnitude value (a.k.a., the absolute value or modulus) of this .
return System
        public PhasorValue(DataCell parent, PhasorDefinition phasorDefinition, Angle angle, double magnitude)
            : base(parent, phasorDefinition, angle, magnitude)
        {
        }

Same methods

PhasorValue::PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, double real, double imaginary ) : System
PhasorValue::PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System
PhasorValue::PhasorValue ( SerializationInfo info, StreamingContext context ) : System