Метод | Описание | |
---|---|---|
PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System |
Creates a new PhasorValue from specified parameters.
|
|
PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, double real, double imaginary ) : System |
Creates a new PhasorValue from specified parameters.
|
|
PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System |
Creates a new PhasorValue.
|
Метод | Описание | |
---|---|---|
PhasorValue ( |
Creates a new PhasorValue from serialization parameters.
|
Метод | Описание | |
---|---|---|
CreateNewValue ( IDataCell parent, IPhasorDefinition definition, byte buffer, int startIndex, int &parsedLength ) : IPhasorValue |
public PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, System.Angle angle, double magnitude ) : System | ||
parent | GSF.PhasorProtocols.Macrodyne.DataCell | The |
phasorDefinition | GSF.PhasorProtocols.Macrodyne.PhasorDefinition | The |
angle | System.Angle | The |
magnitude | double | The magnitude value (a.k.a., the absolute value or modulus) of this |
Результат | System |
public PhasorValue ( GSF.PhasorProtocols.Macrodyne.DataCell parent, GSF.PhasorProtocols.Macrodyne.PhasorDefinition phasorDefinition, double real, double imaginary ) : System | ||
parent | GSF.PhasorProtocols.Macrodyne.DataCell | The |
phasorDefinition | GSF.PhasorProtocols.Macrodyne.PhasorDefinition | The |
real | double | The real value of this |
imaginary | double | The imaginary value of this |
Результат | System |
public PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System | ||
parent | IDataCell | The |
phasorDefinition | IPhasorDefinition | The |
Результат | System |
protected PhasorValue ( |
||
info | The |
|
context | The source |
|
Результат | System |