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