Click or drag to resize

FrequencyValue(DataCell, FrequencyDefinition, Double, Double) Constructor

Creates a new FrequencyValue from specified parameters.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public FrequencyValue(
	DataCell parent,
	FrequencyDefinition frequencyDefinition,
	double frequency,
	double dfdt
)
View Source

Parameters

parent  DataCell
The DataCell parent of this FrequencyValue.
frequencyDefinition  FrequencyDefinition
The FrequencyDefinition associated with this FrequencyValue.
frequency  Double
The floating point value that represents this FrequencyValue.
dfdt  Double
The floating point value that represents the change in this FrequencyValue over time.
See Also