CurveBaseResolutionFunction Delegate |
This function has to provide the points that are necessary between (x1,y1) and (x2,y2)
to get a smooth curve.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate int ResolutionFunction(
double x1,
double y1,
double x2,
double y2
)
Parameters
- x1 Double
-
- y1 Double
-
- x2 Double
-
- y2 Double
-
Return Value
Int32See Also