| 
            
              AnalogDefinition3Multiplier Property
             | 
          
        
        
            Gets or sets any multiplier, i.e., scale, to be applied to the analog value.
            
        
        Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic float Multiplier { get; set; }Public Property Multiplier As Single
	Get
	Set
public:
property float Multiplier {
	float get ();
	void set (float value);
}member Multiplier : float32 with get, set
function get_Multiplier();
function set_Multiplier(value);
 View SourceProperty Value
Single
See Also