CsInterpolateCondition Enumeration |
Denotes the type of condition at an endpoint.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Enumeration Condition
public enum class Condition
Members
| Member name | Value | Description |
---|
| NotAKnot | 0 |
Satisfies the "not-a-knot" condition.
|
| FirstDerivative | 1 |
Satisfies the endpoint condition of the first derivative
at the right and left points.
|
| SecondDerivative | 2 |
Satisfies the endpoint condition of the second derivative
at the right and left points.
|
See Also