|   | PhasorValueMagnitude Property | 
        
        
            Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this 
PhasorValue.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
DoubleImplements
IPhasorValueMagnitude See Also
See Also