BoundaryConditions Enumeration | 
Condition how to manage the left and right boundary of a spline.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic enum BoundaryConditions
Members| Member name | Value | Description | 
|---|
| Natural | 0 | natural boundaries, zero 2nd deriv. | 
| FiniteDifferences | 1 | finite differences for 1st derivatives | 
| Supply1stDerivative | 2 | user supplied f'(x_lo), f'(x_hi) | 
| Supply2ndDerivative | 3 | user supplied f''(x_lo), f''(x_hi) | 
| Periodic | 4 | periodic boundaries (NOT YET IMPLEMENTED) | 
See Also