ExponentialSplineSetBoundaryConditions Method |
Sets the boundary conditions and any supplied endpoint derivatives.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentException | Thrown when an unsupported boundary condition is specified. |
See Also