GSF.PhasorProtocols.IEEE1344.PhasorValue.PhasorValue C# (CSharp) Метод

PhasorValue() публичный Метод

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.IEEE1344.DataCell parent, PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System
parent GSF.PhasorProtocols.IEEE1344.DataCell The parent of this .
phasorDefinition 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 .
Результат System
        public PhasorValue(DataCell parent, PhasorDefinition phasorDefinition, Angle angle, double magnitude)
            : base(parent, phasorDefinition, angle, magnitude)
        {
        }

Same methods

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