Returns the terminal condition value.

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

Syntax

C#
double Terminal(
	double z
)
Visual Basic (Declaration)
Function Terminal ( _
	z As Double _
) As Double
Visual C++
double Terminal(
	double z
)

Parameters

z
Type: System..::.Double
A double scalar, the point in x-direction, where the terminal condition is evaluated.

Return Value

A double scalar, the value of the terminal condition p(x) at point z.

See Also