| 
            
              PhasorDefinition3MagnitudeMultiplier Property
             | 
          
        
        
            Gets or sets any multiplier to be applied to the phasor magnitudes.
            
        
        Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic float MagnitudeMultiplier { get; set; }Public Property MagnitudeMultiplier As Single
	Get
	Set
public:
property float MagnitudeMultiplier {
	float get ();
	void set (float value);
}member MagnitudeMultiplier : float32 with get, set
function get_MagnitudeMultiplier();
function set_MagnitudeMultiplier(value);
 View SourceProperty Value
Single
See Also