|   | IPhasorValueMagnitude Property | 
        
        
            Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this 
IPhasorValue.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxdouble Magnitude { get; set; }Property Magnitude As Double
	Get
	Set
property double Magnitude {
	double get ();
	void set (double value);
}abstract Magnitude : float with get, set
function get_Magnitude();
function set_Magnitude(value);
Property Value
Double See Also
See Also