Open Rails

Integrator Properties

The properties of the Integrator class are listed below. For a complete list of Integrator class members, see the Integrator Members topic.

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

See Also

Integrator Class | ORTS.Common Namespace