|
IPhasorValue.Imaginary Property
|
Gets or sets the imaginary floating point value of this
IPhasorValue.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxdouble Imaginary { get; set; }
Property Imaginary As Double
Get
Set
property double Imaginary {
double get ();
void set (double value);
}
abstract Imaginary : float with get, set
function get_Imaginary();
function set_Imaginary(value);
View SourceProperty Value
Double
See Also