|   | FrequencyValueBaseDfDt Property | 
        
        
            Gets or sets the floating point value that represents the change in this 
FrequencyValueBase over time.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
DoubleImplements
IFrequencyValueDfDt See Also
See Also