public PhasorValue(
DataCell parent,
PhasorDefinition phasorDefinition,
Angle angle,
double magnitude
)
Public Sub New (
parent As DataCell,
phasorDefinition As PhasorDefinition,
angle As Angle,
magnitude As Double
)
public:
PhasorValue(
DataCell^ parent,
PhasorDefinition^ phasorDefinition,
Angle angle,
double magnitude
)
Gemstone.PhasorProtocols.SelFastMessage.PhasorValue = function(parent, phasorDefinition, angle, magnitude);