Click or drag to resize

ExponentialSplineSetBoundaryConditions Method

Sets the boundary conditions and any supplied endpoint derivatives.

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

Parameters

bnd  BoundaryConditions
Type of boundary condition to apply.
b1  Double
First derivative at the lower boundary when required.
b2  Double
First derivative at the upper boundary when required.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when an unsupported boundary condition is specified.
See Also