|
PhasorValueMagnitude Property
|
Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this
PhasorValue.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-beta
Syntax public override double Magnitude { get; set; }
Public Overrides Property Magnitude As Double
Get
Set
public:
virtual property double Magnitude {
double get () override;
void set (double value) override;
}
abstract Magnitude : float with get, set
override Magnitude : float with get, set
function get_Magnitude();
function set_Magnitude(value);
View SourceProperty Value
DoubleImplements
IPhasorValueMagnitudeSee Also