Click or drag to resize
FeynmanKacIBoundariesTerminal Method
Returns the terminal condition value.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double Terminal(
	double z
)

Parameters

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

Return Value

Type: Double
A double scalar, the value of the terminal condition p(x) at point z.
See Also