|   | PhasorValueUnscaledImaginary Property | 
        
        
            Gets or sets the unscaled integer representation of the imaginary value of this 
PhasorValue.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic override int UnscaledImaginary { get; set; }Public Overrides Property UnscaledImaginary As Integer
	Get
	Set
public:
virtual property int UnscaledImaginary {
	int get () override;
	void set (int value) override;
}abstract UnscaledImaginary : int with get, set
override UnscaledImaginary : int with get, set
function get_UnscaledImaginary();
function set_UnscaledImaginary(value);
Property Value
Int32Implements
IPhasorValueUnscaledImaginary See Also
See Also