Click or drag to resize

PhasorValueBase(IDataCell, IPhasorDefinition, Double, Double) Constructor

Creates a new PhasorValueBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected PhasorValueBase(
	IDataCell parent,
	IPhasorDefinition phasorDefinition,
	double real,
	double imaginary
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this PhasorValueBase.
phasorDefinition  IPhasorDefinition
The IPhasorDefinition associated with this PhasorValueBase.
real  Double
The real value of this PhasorValueBase.
imaginary  Double
The imaginary value of this PhasorValueBase.
See Also