The current integration point in time and the end point are equal.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public TEqualsToutException(
	double time
)
Visual Basic (Declaration)
Public Sub New ( _
	time As Double _
)
Visual C++
public:
TEqualsToutException(
	double time
)

Parameters

time
Type: System..::.Double
A double scalar, the current time point which is equal to the end point.

See Also