| 
            
              PhasorValueBaseMagnitude Property
             | 
          
        
        
            Gets or sets the magnitude value (a.k.a., the absolute value or modulus) of this 
PhasorValueBase.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic virtual double Magnitude { get; set; }Public Overridable Property Magnitude As Double
	Get
	Set
public:
virtual property double Magnitude {
	double get ();
	void set (double value);
}abstract Magnitude : float with get, set
override Magnitude : float with get, set
function get_Magnitude();
function set_Magnitude(value);
 View SourceProperty Value
DoubleImplements
IPhasorValueMagnitude
See Also