|   | IPhasorValueUnscaledReal Property | 
        
        
            Gets or sets the unscaled integer representation of the real value of this 
IPhasorValue.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxint UnscaledReal { get; set; }Property UnscaledReal As Integer
	Get
	Set
property int UnscaledReal {
	int get ();
	void set (int value);
}abstract UnscaledReal : int with get, set
function get_UnscaledReal();
function set_UnscaledReal(value);
Property Value
Int32 See Also
See Also