|
PhasorValueBaseUnscaledImaginary Property
|
Gets or sets the unscaled integer representation of the imaginary value of this
PhasorValueBase.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual int UnscaledImaginary { get; set; }
Public Overridable Property UnscaledImaginary As Integer
Get
Set
public:
virtual property int UnscaledImaginary {
int get ();
void set (int value);
}
abstract UnscaledImaginary : int with get, set
override UnscaledImaginary : int with get, set
function get_UnscaledImaginary();
function set_UnscaledImaginary(value);
View SourceProperty Value
Int32Implements
IPhasorValueUnscaledImaginarySee Also