Creates a new FrequencyDefinitionBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
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 )
Parameters
- parent (IConfigurationCell)
- The IConfigurationCell parent of this FrequencyDefinitionBase.
- label (String)
- The label of this FrequencyDefinitionBase.
- scale (UInt32)
- The integer scaling value of this FrequencyDefinitionBase.
- dfdtScale (UInt32)
- The df/dt scaling value of this FrequencyDefinitionBase.
- dfdtOffset (Double)
- The df/dt offset of this FrequencyDefinitionBase.