Denotes the type of condition at an endpoint.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum Condition
Visual Basic (Declaration)
Public Enumeration Condition
Visual C++
public enum class Condition

Members

Member nameDescription
NotAKnot
Satisfies the "not-a-knot" condition.
FirstDerivative
Satisfies the endpoint condition of the first derivative at the right and left points.
SecondDerivative
Satisfies the endpoint condition of the second derivative at the right and left points.

See Also