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