Tao.Ode SDK Documentation

Ode.dInfinity Field

Infinity. The maximum value of the current data type for dReal.

[Visual Basic]
Public Const dInfinity As Single = 3.402823E+38
[C#]
public const float dInfinity = 3.402823E+38;

Remarks

dReal can be System.Single or System.Double, based on the multiple precision levels possible with the ODE library.

See Also

Ode Class | Tao.Ode Namespace