|
FrequencyValueBaseDfDt Property
|
Gets or sets the floating point value that represents the change in this
FrequencyValueBase over time.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic virtual double DfDt { get; set; }
Public Overridable Property DfDt As Double
Get
Set
public:
virtual property double DfDt {
double get ();
void set (double value);
}
abstract DfDt : float with get, set
override DfDt : float with get, set
function get_DfDt();
function set_DfDt(value);
View SourceProperty Value
DoubleImplements
IFrequencyValueDfDt
See Also