Sets or returns the barrier used for integration in the time direction.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double TimeBarrier { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TimeBarrier As Double |
Visual C++ |
---|
public: property double TimeBarrier { double get (); void set (double value); } |
Field Value
A double scalar, the time point beyond which the integrator should not integrate.Default: TimeBarrier = tGrid[tGrid.Length-1].
Remarks
This time barrier controls whether the integrator
should integrate in the time direction beyond a special point,
TimeBarrier, and then interpolate to get the
Hermite quintic spline coefficients and its derivatives
at the points in tGrid. It is required that
TimeBarrier be greater than or equal to
tGrid[tGrid.Length-1].