public AnalogDefinition(
ConfigurationCell parent,
string label,
uint scale,
double offset,
AnalogType type
)
Public Sub New (
parent As ConfigurationCell,
label As String,
scale As UInteger,
offset As Double,
type As AnalogType
)
public:
AnalogDefinition(
ConfigurationCell^ parent,
String^ label,
unsigned int scale,
double offset,
AnalogType type
)
Gemstone.PhasorProtocols.IEEEC37_118.AnalogDefinition = function(parent, label, scale, offset, type);