Click or drag to resize

AnalogValue(DataCell, AnalogDefinition, Double) Constructor

Creates a new AnalogValue from specified parameters.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public AnalogValue(
	DataCell parent,
	AnalogDefinition analogDefinition,
	double value
)
View Source

Parameters

parent  DataCell
The DataCell parent of this AnalogValue.
analogDefinition  AnalogDefinition
The AnalogDefinition associated with this AnalogValue.
value  Double
The floating point value that represents this AnalogValue.
See Also