CurveBasePointSink Delegate | 
            This function serves as a sink for the calculated points of a curve.
            
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic delegate void PointSink(
	double x,
	double y,
	bool bLastPoint
)
Parameters
- x  Double
 -  
 - y  Double
 -  
 - bLastPoint  Boolean
 -  
 
See Also