Click or drag to resize

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.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate int ResolutionFunction(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1  Double
 
y1  Double
 
x2  Double
 
y2  Double
 

Return Value

Int32
See Also