PhasorValueAngle Property
Gets or sets the
Angle value (a.k.a., the argument) of this
PhasorValue, in radians.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
public override Angle Angle { get; set; }
Public Overrides Property Angle As Angle
Get
Set
public:
virtual property Angle Angle {
Angle get () override;
void set (Angle value) override;
}
function get_Angle();
function set_Angle(value);
AngleIPhasorValueAngle