protected FrequencyDefinitionBase(
IConfigurationCell parent,
string label,
uint scale,
uint dfdtScale,
double dfdtOffset
)
Protected Sub New (
parent As IConfigurationCell,
label As String,
scale As UInteger,
dfdtScale As UInteger,
dfdtOffset As Double
)
protected:
FrequencyDefinitionBase(
IConfigurationCell^ parent,
String^ label,
unsigned int scale,
unsigned int dfdtScale,
double dfdtOffset
)
Gemstone.PhasorProtocols.FrequencyDefinitionBase = function(parent, label, scale, dfdtScale, dfdtOffset);