Click or drag to resize

PhasorValueMagnitude Property

Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this PhasorValue.

Namespace: GSF.PhasorProtocols.BPAPDCstream
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override double Magnitude { get; set; }
View Source

Property Value

Double

Implements

IPhasorValueMagnitude
See Also