C# 클래스 GSF.PhasorProtocols.FNET.PhasorValue

상속: PhasorValueBase
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
PhasorValue ( GSF.PhasorProtocols.FNET.DataCell parent, GSF.PhasorProtocols.FNET.PhasorDefinition phasorDefinition, Angle angle, double magnitude ) : System

Creates a new PhasorValue from specified parameters.

PhasorValue ( GSF.PhasorProtocols.FNET.DataCell parent, GSF.PhasorProtocols.FNET.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 ( SerializationInfo info, StreamingContext context ) : System

Creates a new PhasorValue from serialization parameters.

메소드 상세

PhasorValue() 공개 메소드

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.FNET.DataCell parent, GSF.PhasorProtocols.FNET.PhasorDefinition phasorDefinition, Angle angle, double magnitude ) : System
parent GSF.PhasorProtocols.FNET.DataCell The parent of this .
phasorDefinition GSF.PhasorProtocols.FNET.PhasorDefinition The associated with this .
angle 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

PhasorValue() 공개 메소드

Creates a new PhasorValue from specified parameters.
public PhasorValue ( GSF.PhasorProtocols.FNET.DataCell parent, GSF.PhasorProtocols.FNET.PhasorDefinition phasorDefinition, double real, double imaginary ) : System
parent GSF.PhasorProtocols.FNET.DataCell The parent of this .
phasorDefinition GSF.PhasorProtocols.FNET.PhasorDefinition The associated with this .
real double The real value of this .
imaginary double The imaginary value of this .
리턴 System

PhasorValue() 공개 메소드

Creates a new PhasorValue.
public PhasorValue ( IDataCell parent, IPhasorDefinition phasorDefinition ) : System
parent IDataCell The parent of this .
phasorDefinition IPhasorDefinition The associated with this .
리턴 System

PhasorValue() 보호된 메소드

Creates a new PhasorValue from serialization parameters.
protected PhasorValue ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The with populated with data.
context StreamingContext The source for this deserialization.
리턴 System