IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
01DrivenOscillatorBaseStates.cs File Reference

Namespaces

package  IG.MPetekLib.Algorithms.PlottableModels.Oscillators
 

Enumerations

enum  IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates {
  IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates.Undefined = 0x0, IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates.StartingDrivingAngularFrequencyExists = 0x1, IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates.EndingDrivingAngularFrequencyExists = 0x2, IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates.NSamplesForResonanceCurveExists = 0x4,
  IG.MPetekLib.Algorithms.PlottableModels.Oscillators.DrivenOscillatorBaseStates.ReadyToCalculateResonanceCurve = StartingDrivingAngularFrequencyExists | EndingDrivingAngularFrequencyExists | NSamplesForResonanceCurveExists
}