protected PhasorDefinitionBase(
IConfigurationCell parent,
string label,
uint scale,
double offset,
PhasorType type,
IPhasorDefinition voltageReference
)
Protected Sub New (
parent As IConfigurationCell,
label As String,
scale As UInteger,
offset As Double,
type As PhasorType,
voltageReference As IPhasorDefinition
)
protected:
PhasorDefinitionBase(
IConfigurationCell^ parent,
String^ label,
unsigned int scale,
double offset,
PhasorType type,
IPhasorDefinition^ voltageReference
)
Gemstone.PhasorProtocols.PhasorDefinitionBase = function(parent, label, scale, offset, type, voltageReference);