|
AnalogValueBaseValue Property
|
Gets or sets the floating point value that represents this
AnalogValueBase.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic virtual double Value { get; set; }
Public Overridable Property Value As Double
Get
Set
public:
virtual property double Value {
double get ();
void set (double value);
}
abstract Value : float with get, set
override Value : float with get, set
function get_Value();
function set_Value(value);
View SourceProperty Value
DoubleImplements
IAnalogValueValue
See Also