Click or drag to resize
CsInterpolateCondition Enumeration
Denotes the type of condition at an endpoint.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Condition
Members
  Member nameValueDescription
NotAKnot0 Satisfies the "not-a-knot" condition.
FirstDerivative1 Satisfies the endpoint condition of the first derivative at the right and left points.
SecondDerivative2 Satisfies the endpoint condition of the second derivative at the right and left points.
See Also