Click or drag to resize

AnalogValueBase(IDataCell, IAnalogDefinition, Double) Constructor

Creates a new AnalogValueBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected AnalogValueBase(
	IDataCell parent,
	IAnalogDefinition analogDefinition,
	double value
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this AnalogValueBase.
analogDefinition  IAnalogDefinition
The IAnalogDefinition associated with this AnalogValueBase.
value  Double
The floating point value that represents this AnalogValueBase.
See Also