protected PhasorValueBase(
IDataCell parent,
IPhasorDefinition phasorDefinition,
double real,
double imaginary
)
Protected Sub New (
parent As IDataCell,
phasorDefinition As IPhasorDefinition,
real As Double,
imaginary As Double
)
protected:
PhasorValueBase(
IDataCell^ parent,
IPhasorDefinition^ phasorDefinition,
double real,
double imaginary
)
Gemstone.PhasorProtocols.PhasorValueBase = function(parent, phasorDefinition, real, imaginary);