|
PhasorValueUnscaledReal Property
|
Gets or sets the unscaled integer representation of the real value of this
PhasorValue.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public override int UnscaledReal { get; set; }
Public Overrides Property UnscaledReal As Integer
Get
Set
public:
virtual property int UnscaledReal {
int get () override;
void set (int value) override;
}
abstract UnscaledReal : int with get, set
override UnscaledReal : int with get, set
function get_UnscaledReal();
function set_UnscaledReal(value);
View SourceProperty Value
Int32Implements
IPhasorValueUnscaledRealSee Also