Creates a new FrequencyValueBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected FrequencyValueBase( IDataCell parent, IFrequencyDefinition frequencyDefinition, double frequency, double dfdt )
Protected Sub New ( _ parent As IDataCell, _ frequencyDefinition As IFrequencyDefinition, _ frequency As Double, _ dfdt As Double _ )
protected: FrequencyValueBase( IDataCell^ parent, IFrequencyDefinition^ frequencyDefinition, double frequency, double dfdt )
Parameters
- parent (IDataCell)
- The IDataCell parent of this FrequencyValueBase.
- frequencyDefinition (IFrequencyDefinition)
- The IFrequencyDefinition associated with this FrequencyValueBase.
- frequency (Double)
- The floating point value that represents this FrequencyValueBase.
- dfdt (Double)
- The floating point value that represents the change in this FrequencyValueBase over time.