Click or drag to resize

ExponentialSplineGetBoundaryConditions Method

Gets the current boundary condition configuration along with endpoint derivatives.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public BoundaryConditions GetBoundaryConditions(
	out double b1,
	out double b2
)

Parameters

b1  Double
Outputs the lower boundary derivative.
b2  Double
Outputs the upper boundary derivative.

Return Value

BoundaryConditions
The active boundary condition.
See Also