Open Rails

Integrator Members

Integrator overview

Public Instance Constructors

Integrator Overloaded. Initializes a new instance of the Integrator class.

Public Instance Fields

Method

Public Instance Properties

Error
InitialCondition Initial condition acts as a Value at the beginning of the integration
IsLimited Determines limitting according to Max and Min values
IsStepDividing
Max Upper limit of the Value. Cannot be smaller than Min. Max is considered only if IsLimited is true
MaxSubsteps Max count of substeps when timespan dividing
Min Lower limit of the Value. Cannot be greater than Max. Min is considered only if IsLimited is true
MinStep Minimal step of integration
NumOfSubstepsPS
Value Integrated value

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetType (inherited from Object)Gets the Type of the current instance.
Integrate Integrates given value with given time span
Reset Resets the Value to its InitialCondition
Restore
Save
TimeIntegrate Integrates given value in time. TimeSpan (integration step) is computed internally.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Integrator Class | ORTS.Common Namespace