Click or drag to resize

FrequencyValueBase(IDataCell, IFrequencyDefinition, Double, Double) Constructor

Creates a new FrequencyValueBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected FrequencyValueBase(
	IDataCell parent,
	IFrequencyDefinition frequencyDefinition,
	double frequency,
	double dfdt
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this FrequencyValueBase.
frequencyDefinition  IFrequencyDefinition
The IFrequencyDefinition associated with this FrequencyValueBase.
frequency  Double
The floating point value that represents this FrequencyValueBase.
dfdt  Double
The floating point value that represents the change in this FrequencyValueBase over time.
See Also