Click or drag to resize

SmoothingCubicSplineBaseNotExecutedException Method

Creates the exception that is thrown when interpolation results are requested before execution.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Exception NotExecutedException()

Return Value

Exception
An exception indicating that interpolation has not been executed successfully.
See Also