|
IFrequencyValueFrequency Property
|
Gets or sets the floating point value that represents this
IFrequencyValue.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxdouble Frequency { get; set; }
Property Frequency As Double
Get
Set
property double Frequency {
double get ();
void set (double value);
}
abstract Frequency : float with get, set
function get_Frequency();
function set_Frequency(value);
View SourceProperty Value
Double
See Also