|
FrequencyValueBaseUnscaledDfDt Property
|
Gets or sets the unscaled integer representation of the change in this
FrequencyValueBase over time.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual int UnscaledDfDt { get; set; }
Public Overridable Property UnscaledDfDt As Integer
Get
Set
public:
virtual property int UnscaledDfDt {
int get ();
void set (int value);
}
abstract UnscaledDfDt : int with get, set
override UnscaledDfDt : int with get, set
function get_UnscaledDfDt();
function set_UnscaledDfDt(value);
View SourceProperty Value
Int32Implements
IFrequencyValueUnscaledDfDtSee Also