FeynmanKacIBoundariesTerminal Method |
Returns the terminal condition value.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double Terminal(
double z
)
Function Terminal (
z As Double
) As Double
double Terminal(
double z
)
abstract Terminal :
z : float -> float
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
at point
z.
See Also